dataconnect.GraphqlError interface

Signature:

export interface GraphqlError 

Properties

Property Type Description
extensions GraphqlErrorExtensions
locations Array<SourceLocation>
message string
path Array<string>

dataconnect.GraphqlError.extensions

Signature:

extensions: GraphqlErrorExtensions;

dataconnect.GraphqlError.locations

Signature:

locations: Array<SourceLocation>;

dataconnect.GraphqlError.message

Signature:

message: string;

dataconnect.GraphqlError.path

Signature:

path: Array<string>;