Queries
#
companiesType: CompanyConnection
Lists all companies.
#
ArgumentsName | Description |
---|---|
after (String ) | Returns the elements in the list that come after the specified cursor. |
before (String ) | Returns the elements in the list that come before the specified cursor. |
first (Int ) | Returns the first n elements from the list. |
last (Int ) | Returns the last n elements from the list. |
filter (CompanyFilter ) | The fields by which to filter the results. |
orderBy (CompanyOrder ) | The field and direction by which to order the results. |
#
contactsType: ContactConnection
Lists all contacts.
#
ArgumentsName | Description |
---|---|
after (String ) | Returns the elements in the list that come after the specified cursor. |
before (String ) | Returns the elements in the list that come before the specified cursor. |
first (Int ) | Returns the first n elements from the list. |
last (Int ) | Returns the last n elements from the list. |
filter (ContactFilter ) | The fields by which to filter the results. |
orderBy (ContactOrder ) | The field and direction by which to order the results. |
#
customFieldCategoriesType: CustomFieldCategoryConnection
Lists all custom field categories.
#
ArgumentsName | Description |
---|---|
after (String ) | Returns the elements in the list that come after the specified cursor. |
before (String ) | Returns the elements in the list that come before the specified cursor. |
first (Int ) | Returns the first n elements from the list. |
last (Int ) | Returns the last n elements from the list. |
filter (CustomFieldCategoryFilter ) | The fields by which to filter the results. |
#
customFieldsType: CustomFieldConnection
Lists all custom fields.
#
ArgumentsName | Description |
---|---|
after (String ) | Returns the elements in the list that come after the specified cursor. |
before (String ) | Returns the elements in the list that come before the specified cursor. |
first (Int ) | Returns the first n elements from the list. |
last (Int ) | Returns the last n elements from the list. |
filter (CustomFieldFilter ) | The fields by which to filter the results. |
#
customProfileType: JSON
Fetches the custom profile for a contact
#
ArgumentsName | Description |
---|---|
contactId (ID! ) | The ID of the contact. |
hardRefresh (Boolean ) | Whether the custom profile should be refreshed. |
channelId (ID ) | The ID of the channel. |
#
emailMarketingIntegrationsType: EmailMarketingIntegrationConnection
The installed email marketing integrations.
#
ArgumentsName | Description |
---|---|
after (String ) | Returns the elements in the list that come after the specified cursor. |
before (String ) | Returns the elements in the list that come before the specified cursor. |
first (Int ) | Returns the first n elements from the list. |
last (Int ) | Returns the last n elements from the list. |
#
emailMarketingSubscriptionsType: EmailMarketingSubscriptionConnection
The email marketing
#
ArgumentsName | Description |
---|---|
after (String ) | Returns the elements in the list that come after the specified cursor. |
before (String ) | Returns the elements in the list that come before the specified cursor. |
first (Int ) | Returns the first n elements from the list. |
last (Int ) | Returns the last n elements from the list. |
integrationId (ID! ) | The ID of the email marketing integration. |
contactId (ID! ) | The ID of the contact. |
#
eventGroupsType: EventGroupTypeConnection
No description
#
ArgumentsName | Description |
---|---|
after (String ) | Returns the elements in the list that come after the specified cursor. |
before (String ) | Returns the elements in the list that come before the specified cursor. |
first (Int ) | Returns the first n elements from the list. |
last (Int ) | Returns the last n elements from the list. |
filter (EventGroupsFilterInput! ) | The fields by which to filter the results. |
#
excludedDomainsType: ExcludedDomainConnection
Lists all excluded domains.
#
ArgumentsName | Description |
---|---|
after (String ) | Returns the elements in the list that come after the specified cursor. |
before (String ) | Returns the elements in the list that come before the specified cursor. |
first (Int ) | Returns the first n elements from the list. |
last (Int ) | Returns the last n elements from the list. |
#
existsForAnyAccountType: Boolean
Checks if there is already existing OauthCredential with provided shop domain for any Groove account.
#
ArgumentsName | Description |
---|---|
provider (String! ) | The provider to check for existing integrations for. |
shopDomain (String! ) | The shop domain. |
#
integrationsType: IntegrationUnionConnection
Connected integrations.
#
ArgumentsName | Description |
---|---|
after (String ) | Returns the elements in the list that come after the specified cursor. |
before (String ) | Returns the elements in the list that come before the specified cursor. |
first (Int ) | Returns the first n elements from the list. |
last (Int ) | Returns the last n elements from the list. |
filter (IntegrationsFilter ) | Filter integrations. |
#
nodeType: Node
Fetches an object given its ID.
#
ArgumentsName | Description |
---|---|
id (ID! ) | ID of the object. |
#
nodesType: Node
Fetches a list of objects given a list of IDs.
#
ArgumentsName | Description |
---|---|
ids ([ID!]! ) | IDs of the objects. |
#
pingType: String
Performs a health check for the Groove GraphQL API.