1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

Update service def

This commit is contained in:
Jake Barnby 2022-04-07 17:54:10 +12:00
parent 8ee96c575e
commit d9c0d1d556
No known key found for this signature in database
GPG key ID: A4674EBC0E404657

View file

@ -173,14 +173,14 @@ return [
'graphql' => [
'key' => 'graphql',
'name' => 'GraphQL',
'subtitle' => 'Appwrite\'s GraphQL Endpoint',
'description' => 'GraphQL Endpoint',
'subtitle' => 'The GraphQL API allows you to query and mutate your Appwrite server using GraphQL.',
'description' => '/docs/services/graphql.md',
'controller' => 'api/graphql.php',
'sdk' => false,
'docs' => false,
'docsUrl' => '',
'sdk' => true,
'docs' => true,
'docsUrl' => 'https://appwrite.io/docs/graphql',
'tests' => true,
'optional' => false,
'icon' => '',
'optional' => true,
'icon' => '/images/services/graphql.png',
],
];