Add GraphQL example to ignore documentation (#4807)

master
Karl Horky 2018-07-04 18:02:07 +02:00 committed by Lucas Duailibe
parent d4f4edeb96
commit d5a2f391cd
1 changed files with 11 additions and 0 deletions

View File

@ -87,3 +87,14 @@ This type of ignore is only allowed to be used in top-level and aimed to disable
<!-- SOMETHING AUTO-GENERATED BY TOOLS - END -->
<!-- prettier-ignore-end -->
```
## GraphQL
```graphql
{
# prettier-ignore
addReaction(input:{superLongInputFieldName:"MDU6SXNzdWUyMzEzOTE1NTE=",content:HOORAY}) {
reaction {content}
}
}
```