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.

Revisions

  1. ifalldev revised this gist Jan 2, 2018. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions graph-script.txt
    Original 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
  2. ifalldev created this gist Jan 1, 2018.
    7 changes: 7 additions & 0 deletions graph-script.txt
    Original 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