You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
veeramarni edited this page Jul 31, 2020
·
7 revisions
Update the Graphql Schema first with required methods.
Generate Graphql Types by running npm run genreateGraphql
The generated code usually added to <@sample-stack>/core package and this package should be imported to use it. In order to auto build when the files changes in the package, make sure watch is run on that package.
Write resolvers for the Mutations | Query | Subscription that are defined in the graphql schema.