@squidcloud/client
Preparing search index...
DiscoverGraphQLConnectionSchemaResponse
Interface DiscoverGraphQLConnectionSchemaResponse<SchemaType>
Response from discovering a GraphQL connection schema.
interface
DiscoverGraphQLConnectionSchemaResponse
<
SchemaType
=
Record
<
string
,
any
>
,
>
{
schema
:
SchemaType
;
}
Type Parameters
SchemaType
=
Record
<
string
,
any
>
Index
Properties
schema
Properties
schema
schema
:
SchemaType
The discovered GraphQL schema.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
schema
@squidcloud/client
Loading...
Response from discovering a GraphQL connection schema.