Skip to main content

WebHookOptionalInput

No description

type WebHookOptionalInput {
id: ID
name: String
modelName: String
target: String
type: WebHookTypeOptionalInputEnum
createdAt: GQLTDate
updatedAt: GQLTDate
userId: ID
user: WebHookUserBelongsToInput
}

Fields#

id (ID)#

This a primary key for WebHook

name (String)#

modelName (String)#

target (String)#

type (WebHookTypeOptionalInputEnum)#

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

userId (ID)#

This a primary key for WebHook

user (WebHookUserBelongsToInput)#

This is the mutation object for WebHookUserBelongsTo