OrgConnectionFilter
OrgConnectionFilter
A filter to be used against OrgConnection
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
provider | StringFilter | Filter by the object’s `provider` field. | |
connection | StringFilter | Filter by the object’s `connection` field. | |
required | BooleanFilter | Filter by the object’s `required` field. | |
automaticEnroll | BooleanFilter | Filter by the object’s `automaticEnroll` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
updatedBy | UUIDFilter | Filter by the object’s `updatedBy` field. | |
and | [OrgConnectionFilter!] | Checks for all expressions in this list. | |
or | [OrgConnectionFilter!] | Checks for any expressions in this list. | |
not | OrgConnectionFilter | Negates the expression. |