You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -271,10 +271,7 @@ function configureSDK($sdk, $overrides = []) {
271
271
// GraphQL
272
272
if (!$requestedSdk || $requestedSdk === 'graphql') {
273
273
$sdk = newSDK(newGraphQL(), newSwagger2($spec));
274
-
$sdk
275
-
->setName('GraphQL')
276
-
->setDescription('Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Flutter SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to https://appwrite.io/docs')
0 commit comments