IntegrationsSort
Sorting options for the integrations query.
Specify the field to sort by and the direction. Defaults to createdAt ascending.
input IntegrationsSort {
field: IntegrationsSortField!
order: SortOrder!
}
Fields
IntegrationsSort.field ● IntegrationsSortField! non-null enum {#field}
The field to sort results by.
IntegrationsSort.order ● SortOrder! non-null enum {#order}
ASC for A-Z / oldest first, DESC for Z-A / newest first.
Member Of
integrations query