Skip to main content

ReorderConditionTypesPayload

Result of reordering condition types.

type ReorderConditionTypesPayload {
conditionTypes: [ConditionType!]!
query: Query
}

Fields

ReorderConditionTypesPayload.conditionTypes ● [ConditionType!]! non-null object

The condition types affected, with their updated order.

ReorderConditionTypesPayload.query ● Query object

Re-exposes the root query so callers can refetch after the mutation.

Returned By

reorderConditionTypes mutation