yarn install
yarn workspaces run foreach build
yarn run start-single-source
More information on https://graphql-mesh.com/docs/getting-started/your-first-mesh-gateway.
yarn run start-single-source-no-source-definition
More information on https://graphql-mesh.com/docs/getting-started/sources-with-no-definition
yarn run start-multiple-sources
More information on https://graphql-mesh.com/docs/getting-started/combine-many-sources.
yarn run start-multiple-sources-prog-resolvers
More information on https://graphql-mesh.com/docs/guides/extending-unified-schema#extending-the-unified-schema.
GET /books
GET /books/:id
GET /books/categories
GetAuthor
ListAuthors
stores
QuerybookSells(storeId: ID!)
Query