mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-24 10:34:10 +03:00
add syntax highlighting
parent
41d2cb1618
commit
b1c4868938
|
@ -40,7 +40,7 @@ class Query(ObjectType):
|
||||||
```
|
```
|
||||||
|
|
||||||
This allows, on this example `schema`, querying:
|
This allows, on this example `schema`, querying:
|
||||||
```
|
```graphql
|
||||||
{
|
{
|
||||||
places(first: 2, name_Icontains: "Dallas", after: "YXJyYXljb25uZWN0aW9uOjE1") {
|
places(first: 2, name_Icontains: "Dallas", after: "YXJyYXljb25uZWN0aW9uOjE1") {
|
||||||
totalCount
|
totalCount
|
||||||
|
|
Loading…
Reference in New Issue
Block a user