Skip to content

Commit

Permalink
Update guides/create-graphql-query.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mohan Narayana <[email protected]>
Signed-off-by: Brent Hoover <[email protected]>
  • Loading branch information
2 people authored and brent-hoover committed Feb 21, 2022
1 parent ea53e2a commit 1270000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/create-graphql-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In this guide, we’ll guide you through the steps you need to create a successf

The complete Reaction Commerce GraphQL API is created by stitching together domain-specific APIs from all of the API plugins. So when adding a new query, the first step is to decide which plugin should own it. This is usually obvious, but not always. You should think about whether any other plugins or services will need to call your query. If the query is fundamental to the system, then it may need to go in the "core" plugin, if no better alternative exists.

## Understand the difference between a plugin mutation function and a GraphQL mutation resolver
## Understand the difference between a plugin query function and a GraphQL query resolver

See [Resolver mutations and queries vs. plugin mutations and queries in the GraphQL concepts docs](.docs/graphql-concepts.md)

Expand Down

0 comments on commit 1270000

Please sign in to comment.