mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 16:10:08 +00:00
GraphQL Typos fixed to improve documentation (#7644)
Signed-off-by: Valerian Pereira <valerianpereira25@gmail.com>
This commit is contained in:
parent
358c167a04
commit
e6511a9f74
@ -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`
|
||||
|
||||
|
||||
@ -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`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user