Last active
January 2, 2018 20:16
-
-
Save ifalldev/cdb8fe8d32921d72ece661a4aa4126eb to your computer and use it in GitHub Desktop.
Revisions
-
ifalldev revised this gist
Jan 2, 2018 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,7 @@ Importar Apollo (graphql) ao servidor (express) Criar rota (/graphql) Criar schemas (banco) Criar resolvers Configurar ApolloClient Configurar ApolloProvider Criar queries -
ifalldev created this gist
Jan 1, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ Criar servidor Configurar Banco ([no]sql) Importar Apollo (graphql) ao servidor (express) Criar rota (/graphql) Criar schemas (banco) Criar resolvers Criar queries