SCALAR
ID
link GraphQL Schema definition
- scalar ID
link Require by
- ContactRepresents user’s contact information.
- ContactRemoveInputSpecified the fields required to remove existing contact.
- ContactRemovePayloadReturn type for `removeContact` mutation.
- ContactUpdateInputSpecified the fields required to update existing contact.
- ConversationRepresents user’s conversation information.
- ConversationRemoveInputSpecified the fields required to remove existing conversation.
- ConversationRemovePayloadReturn type for `removeConversation` mutation.
- CustomContributionRepresents single contact custom contribution information.
- CustomContributionRemoveInputnull
- CustomContributionRemovePayloadReturn type for `removeCustomContribution` mutation.
- CustomContributionUpdateInputnull
- FormRepresents user’s form.
- FormUpdateInputSpecified the fields required to update form details.
- MessageRepresents single message in thread.
- MutationThe schema’s entry-point for mutations. This acts as the public, top-level API from which all mutation queries must start.
- NodeAn object with an ID to support global identification.
- PreferenceRepresents user preference.
- QueryThe schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.
- SendMessageInputSpecified the fields required to send new message.
- SendSystemMessageInputSpecified the fields required to send new system message.
- SentMessageRepresents details about sent message.
- TagRepresents tag information.
- UserRepresents user.
- UserNumberRepresents user's number.
- WebhookRepresents user’s configured webhook.
- WebhookUpdateInputSpecified fields required to configure webhook.