Preparing search index...
The search index is not available
mercury-sdk
mercury-sdk
types
GraphQLRequestArgs
Interface GraphQLRequestArgs
interface
GraphQLRequestArgs
{
body
:
{
request
:
string
;
variables
?:
any
;
}
;
headers
?:
GraphQLClientRequestHeaders
;
}
Index
Properties
body
headers?
Properties
body
body
:
{
request
:
string
;
variables
?:
any
;
}
Type declaration
request
:
string
Optional
variables
?:
any
Optional
headers
headers
?:
GraphQLClientRequestHeaders
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
body
headers
mercury-sdk
Loading...