/tryingout-graphql

trying out graphQl

Primary LanguageJavaScript

Trying out GraphQl with Apollo Server and Client


  • type : entity, Query (list of query names and return type)
  • typeDefs: where we define types
  • resolvers: where we define the functions for the types, resolvers can also resolve entities (eg. fetching user for a todo)