SCALAR
Boolean
The Boolean
scalar type represents true
or false
.
link GraphQL Schema definition
- scalar Boolean
link Require by
- AnswersAssistanceSettingsAnswers assistance settings
- AppleBusinessChatMessageExtensionAttachmentAn Apple Business Chat iMessage extension attachment
- BotSome bot that interacts with visitors.
- CallConfigurationConfiguration for the call channel
- CallConfigurationInputConfiguration for the call channel
- CallConfigurationUpdateConfiguration for the call channel
- ChatConfigurationConfiguration for the chat channel
- ChatConfigurationInputConfiguration for the chat channel
- ChatConfigurationUpdateConfiguration for the chat channel
- ClosedConversationFiltersFilters on the ClosedConversation resource (indexed conversation)
- CommunitySettingsCommunity settings
- ConnectorConnector
- ConnectorVersionConnector version
- ConnectorVersionParameterParameter for connector version
- ConversationBlockedAttachmentA conversation blocked attachment. The visitor has blocked conversation.
- ConversationTagSettingsnull
- DeveloperExternal or internal developer that implements applications that interact with iAdvize
- ExpertAn ambassador who interacts with visitors.
- IbbuManagerAn Ibbu manager user internal to iAdvize
- ListPickerAttachmentSectionA list picker section
- MirroringSettingsMirroring settings
- NotificationSettingsNotification settings
- OpenConversationFiltersFilters on the open conversation resource (indexed conversation)
- PageInfoInformation about pagination in a connection.
- ProductAttachmentA product attachment
- ProductOfferAttachmentA product offer attachment
- ProfessionalA professional agent employed by a brand ('Admin', 'Manager' or 'Operator')
- ProfessionalRolePermissionLink between a permission and a role expressing if the permission is enabled or not
- ProjectSettingsProject settings
- Querynull
- RoutingRuleRouting rules determine how to distribute conversations from a set of targeting rules to a set of routing groups, according to a routing mode.
- RoutingRuleChannelAvailabilityContains availability for a Channel for a RoutingRule. See fields for more details.
- SatisfactionSurveyResponsesPageInfonull
- SearchClosedConversationsFiltersFilters for search closed conversations query
- TargetingRuleA targeting rule defines the conditions used to trigger the iAdvize notification.
- ThirdPartyConfigurationConfiguration for the third-party channel
- ThirdPartyConfigurationInputConfiguration for the third-party channel
- ThirdPartyConfigurationUpdateConfiguration for the third-party channel
- TransactionA transaction such as a purchase
- UnsupportedAttachmentFallback attachment type
- UnsupportedSystemMessageAttachmentFallback attachment type
- Usernull
- UserAvailabilityPayloadSuccessful payload response for the user availability mutation
- UserCancelExtendedPresencePayloadSuccessful payload response for the use cancel extended presence mutation
- UserChannelAvailabilitynull
- UserPresencenull
- VideoConfigurationConfiguration for the video channel
- VideoConfigurationInputConfiguration for the video channel
- VideoConfigurationUpdateConfiguration for the video channel
- VisitorA visitor is a user who has participated at least once in an iAdvize conversation from his browser, a mobile application or one of the third-party channels supported by iAdvize.
- VisitorConversationCustomDataEntryBooleanA visitor custom data of type Boolean
- VisitorCustomDataBooleanA visitor custom data of type Boolean
- VisitorLeftSystemAttachmentVisitor left event
- VisitorReturnedSystemAttachmentVisitor returned event
- __DirectiveA Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document. In some cases, you need to provide options to alter GraphQL’s execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.
- __EnumValueOne possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.
- __FieldObject and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.
- __TypeThe fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum. Depending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.