Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variable name should be mentioned within quotes #1042

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The variable(s) is defined at the top of the operation and the value for the var

```
{
limit: 5
"limit": 5
}
```

Expand Down Expand Up @@ -226,4 +226,4 @@ In the above query, we include the field fullname, only if the condition is true

You can also use custom directives to handle other use cases.

In your GraphQL adventures, you’re sure to run into these core concepts. Now you’re equipped to work with them!
In your GraphQL adventures, you’re sure to run into these core concepts. Now you’re equipped to work with them!