Skip to content

Commit

Permalink
docs(schema): Fix typo (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbygryzynger authored Nov 6, 2020
1 parent d681543 commit a9dac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/starting/custom-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is the main entry point for your schema. You can insert new types, inputs a

### composable_extension.extension.graphqls

For now all you need to know about this file is that it extens the base file. What this will allow is to better organize resolvers into different modules where each module might expose different things to the schema. The only existing type by default is `Query` and so to define new queries you have to add them here in the extension.graphqls file.
For now all you need to know about this file is that it extends the base file. What this will allow is to better organize resolvers into different modules where each module might expose different things to the schema. The only existing type by default is `Query` and so to define new queries you have to add them here in the extension.graphqls file.

For more information about composable schemas go to [Advanced section](./../advanced/composable-schemas.md) when talking about spliting schemas so that you can make certain modules enable new functionalities as they are enabled.

Expand Down

0 comments on commit a9dac5e

Please sign in to comment.