UpdateWebHookDataInput
No description
input UpdateWebHookDataInput {
id: Int
refId: String
companyId: Int!
url: String!
environmentType: EnvironmentType!
eventTypes: [OriginType!]!
}
Fields
UpdateWebHookDataInput.id
● Int
scalar
Id do webhook
UpdateWebHookDataInput.refId
● String
scalar
Id referência do webhook
UpdateWebHookDataInput.companyId
● Int!
non-null scalar
UpdateWebHookDataInput.url
● String!
non-null scalar
UpdateWebHookDataInput.environmentType
● EnvironmentType!
non-null enum
UpdateWebHookDataInput.eventTypes
● [OriginType!]!
non-null enum
Member Of
updateWebHook
mutation