GraphQL Typos fixed to improve documentation (#7644)

Signed-off-by: Valerian Pereira <valerianpereira25@gmail.com>
This commit is contained in:
Valerian Pereira 2020-08-31 03:09:05 +05:30 committed by GitHub
parent 358c167a04
commit e6511a9f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ In this example, we will use a **Restaurant** API.
Make sure you have a **Content Type** with some entries.
## Create schema.grahql file
## Create schema.graphql file
To be able to add a new custom query (or mutation), we will have to create a `schema.grahql.js` file in your **Restaurant** API.
To be able to add a new custom query (or mutation), we will have to create a `schema.graphql.js` file in your **Restaurant** API.
**Path** — `./api/restaurant/config/schema.graphql.js`

View File

@ -14,9 +14,9 @@ In this example, we will use a **Restaurant** API.
Make sure you have a **Content Type** with some entries.
## Create schema.grahql file
## Create schema.graphql file
To be able to add a new custom query (or mutation), we will have to create a `schema.grahql.js` file in your **Restaurant** API.
To be able to add a new custom query (or mutation), we will have to create a `schema.graphql.js` file in your **Restaurant** API.
**Path** — `./api/restaurant/config/schema.graphql.js`