Skip to content

Commit 56a96be

Browse files
committed
Add graphql-toolkit to docs
1 parent 8b57f8b commit 56a96be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/load-your-schema.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ sidebar_label: Load Your Schema and Resolvers
66

77
There are multiple ways to load your schema, and GraphQL Modules tries to make it easier as possible for you.
88

9-
## Using Sonar
9+
## Using Sonar in `graphql-toolkit`
1010

11-
One of the tools of GraphQL Modules is `@graphql-modules/sonar`, it has a power mechanism for finding and loading your schema and resolvers files.
11+
You can use `graphql-toolkit`, it has a power mechanism for finding and loading your schema and resolvers files.
1212

13-
Along with `@graphql-modules/sonar`, you can separate your GraphQL schema definition and resolvers to smaller parts, and load without specifying each file.
13+
Along with `graphql-toolkit`'s `sonar`, you can separate your GraphQL schema definition and resolvers to smaller parts, and load without specifying each file.
1414

1515
For example, given the following structure:
1616

@@ -42,7 +42,7 @@ export const UserModule = new GraphQLModule({
4242

4343
This way, you don't have to specify each file and each resolver and import it - these tools will do it for you.
4444

45-
## Using Imports
45+
## Using Imports with `graphql-import-node`
4646

4747
You can also write your schema and resolvers in different field, and import them using **[graphql-import-node](https://github.com/ardatan/graphql-import-node)**:
4848

0 commit comments

Comments
 (0)