mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-18 21:19:17 +08:00
rename query to type on api reference
This commit is contained in:
committed by
GitHub
parent
c80a37a647
commit
ba7673af33
@@ -21,7 +21,7 @@ Request
|
||||
POST /v1/query HTTP/1.1
|
||||
|
||||
{
|
||||
"query": "<query-type>",
|
||||
"type": "<query-type>",
|
||||
"args": <args-object>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user