Preparing search index...
The search index is not available
contentful-node-apps-toolkit
contentful-node-apps-toolkit
requests/typings/function
GraphQLQueryResponse
Type alias GraphQLQueryResponse
GraphQLQuery
Response
:
{
data
?:
Record
<
string
,
any
>
|
null
;
errors
?:
readonly
Record
<
string
,
any
>
[]
;
extensions
?:
Record
<
string
,
unknown
>
;
}
Type declaration
Optional
data
?:
Record
<
string
,
any
>
|
null
Optional
errors
?:
readonly
Record
<
string
,
any
>
[]
Optional
extensions
?:
Record
<
string
,
unknown
>
See
https://spec.graphql.org/October2021/#sec-Response
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
contentful-node-apps-toolkit
Loading...
Generated using
TypeDoc
See
https://spec.graphql.org/October2021/#sec-Response