mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
rename query to type on api reference
This commit is contained in:
parent
c80a37a647
commit
ba7673af33
@ -21,7 +21,7 @@ Request
|
||||
POST /v1/query HTTP/1.1
|
||||
|
||||
{
|
||||
"query": "<query-type>",
|
||||
"type": "<query-type>",
|
||||
"args": <args-object>
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user