Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
GraphQLResponse
Interface GraphQLResponse
interface
GraphQLResponse
{
data
?:
any
;
errors
?:
GraphQLError
[]
;
}
Index
Properties
data?
errors?
Properties
Optional
Readonly
data
data
?:
any
Optional
Readonly
errors
errors
?:
GraphQLError
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
data
errors
Typescript SDK Type Docs
Loading...