Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
GraphQLError
Interface GraphQLError
interface
GraphQLError
{
extensions
:
GraphQLErrorObject
;
locations
:
GraphQLErrorLocation
[]
;
message
:
string
;
path
?:
any
[]
;
}
Index
Properties
extensions
locations
message
path?
Properties
Readonly
extensions
extensions
:
GraphQLErrorObject
Represents a single error.
Readonly
locations
locations
:
GraphQLErrorLocation
[]
Readonly
message
message
:
string
Optional
Readonly
path
path
?:
any
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
extensions
locations
message
path
Typescript SDK Type Docs
Loading...
Represents a single error.