Types
WebhookReceiver
The graphene sqlalchemy object type for webhook receiver.
object
WebhookReceiverFields
LastSessionId
String
_HeadersCount
Int
Optimized count of headers.
_SubscriptionsCount
Int
Optimized count of subscriptions.
_created
DateTime
_etag
String
_updated
DateTime
active
Boolean
contentType
createdBy
User associated with creating related attribute. Returns: relationship object
Arguments
filters
createdByApiClient
createdById
Int!
User id that created this object. Returns: int of user_id
description
String
expectedResponseCode
Int!
headers
Arguments
filters
id
Int!
lastUpdatedByApiClient
name
String!
prettyStr
String
subscriptions
Arguments
updatedBy
User associated with updating related attribute. Returns: relationship object
Arguments
filters
updatedById
Int!
User id that updated this object. Returns: int of user_id
webhookUri
String!