@squidcloud/client 1.0.247 → 1.0.248
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -200,6 +200,7 @@ export declare class Squid {
|
|
|
200
200
|
*
|
|
201
201
|
* @param integrationId The id of the integration that the GraphQL API is defined with.
|
|
202
202
|
* @returns A GraphQL client for the given integration.
|
|
203
|
+
* @deprecated Use @squidcloud/graphql. See https://docs.squid.cloud/docs/integrations/api/graphql.
|
|
203
204
|
*/
|
|
204
205
|
graphql(integrationId: IntegrationId): GraphQLClient;
|
|
205
206
|
/**
|