Skip to content

oguzcan-yavuz/graphQL-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Tutorial

JavaScript Style Guide

Notes:

  • args field in GraphQLObjectType determines the arguments when client asks for a schema.

  • The reason of wrapping schema fields with a function is to make sure each schema is defined so we are using callbacks to ensure it.

  • Keep your queries at a separate file and use query variables.