Console
React Lib
REST API
Preparing search index...
The search index is not available
Integration App SDK - v1.9.0
Integration App SDK
GraphQLApiMapping
Interface GraphQLApiMapping
Mapping of any input to a GraphQL API request.
interface
GraphQLApiMapping
{
path
:
string
;
operationType
:
"query"
|
"mutation"
;
requestMapping
:
GraphQLFieldMapping
[]
;
responseMapping
?:
any
;
}
Index
Properties
path
operation
Type
request
Mapping
response
Mapping?
Properties
path
path
:
string
operation
Type
operation
Type
:
"query"
|
"mutation"
request
Mapping
request
Mapping
:
GraphQLFieldMapping
[]
Optional
response
Mapping
response
Mapping
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
operation
Type
request
Mapping
response
Mapping
Console
React Lib
REST API
Integration App SDK - v1.9.0
Loading...
Mapping of any input to a GraphQL API request.