Member Junction
Preparing search index...
@memberjunction/graphql-dataprovider
SanitizedGraphQLErrorDetail
Interface SanitizedGraphQLErrorDetail
GraphQL error entry as returned in a response's
errors
array.
interface
SanitizedGraphQLErrorDetail
{
extensions
?:
Record
<
string
,
unknown
>
;
message
?:
string
;
path
?:
readonly
(
string
|
number
)
[]
;
}
Index
Properties
extensions?
message?
path?
Properties
Optional
extensions
extensions
?:
Record
<
string
,
unknown
>
Optional
message
message
?:
string
Optional
path
path
?:
readonly
(
string
|
number
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
extensions
message
path
Member Junction
Loading...
GraphQL error entry as returned in a response's
errorsarray.