mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix operation name empty
This commit is contained in:
@@ -27,7 +27,7 @@ App::post('/v1/graphql')
|
||||
->label('abuse-limit', 60)
|
||||
->label('abuse-time', 60)
|
||||
->param('query', '', new Text(1024), 'The query to execute. Max 1024 chars.')
|
||||
->param('operationName', '', new Text(256), 'Name of the operation to execute', true)
|
||||
->param('operationName', null, new Text(256), 'Name of the operation to execute', true)
|
||||
->param('variables', [], new JSON(), 'Variables to use in the operation', true)
|
||||
->inject('request')
|
||||
->inject('response')
|
||||
|
||||
Reference in New Issue
Block a user