Version: Legacy
Getting Started
Install GraphQL and GraphQL Modules using Yarn:
Or Npm:
Then, create your GraphQLModule
instance:
GraphQLModule
helps to manage your modules, GraphQL schema, resolvers and context builders with rich communication between the modules.
So now you have a ready-to-use GraphQLModule
instance. Go ahead and create your first GraphQLModule
.
Now it's time to implement the schema resolvers and connect it to some data.