prathamesh-dukare / tryingout-graphql

trying out graphQl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

trying out graphQl


Languages

Language:JavaScript 59.6%Language:HTML 26.3%Language:CSS 14.2%