Skip to content

Instantly share code, notes, and snippets.

@ifalldev
Last active January 2, 2018 20:16
Show Gist options
  • Save ifalldev/cdb8fe8d32921d72ece661a4aa4126eb to your computer and use it in GitHub Desktop.
Save ifalldev/cdb8fe8d32921d72ece661a4aa4126eb to your computer and use it in GitHub Desktop.
GraphQL primeiros passos
Criar servidor
Configurar Banco ([no]sql)
Importar Apollo (graphql) ao servidor (express)
Criar rota (/graphql)
Criar schemas (banco)
Criar resolvers
Configurar ApolloClient
Configurar ApolloProvider
Criar queries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment