ActionSendWebhook
No description
type ActionSendWebhook {
action: Action!
created_at: DateTime
created_by: User
id: ID!
updated_at: DateTime
updated_by: User
url: String!
}
Fields
ActionSendWebhook.action
● Action!
non-null object
ActionSendWebhook.created_at
● DateTime
scalar
ActionSendWebhook.created_by
● User
object
ActionSendWebhook.id
● ID!
non-null scalar
ActionSendWebhook.updated_at
● DateTime
scalar
ActionSendWebhook.updated_by
● User
object
ActionSendWebhook.url
● String!
non-null scalar
Member Of
Action
object