Mutation
mutation DeleteLinearAppIntegration {
deleteLinearAppIntegration {
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteLinearAppIntegration": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Mutations
deleteLinearAppIntegration
MUTATION
deleteLinearAppIntegration: DeleteLinearAppIntegrationOutput!Returns
error
Mutation
mutation DeleteLinearAppIntegration {
deleteLinearAppIntegration {
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteLinearAppIntegration": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Was this page helpful?

