RelationTypesWhere
A comparison predicate for filtering relation types.
All fields are optional. Only relation types that match all given fields are included.
input RelationTypesWhere {
  objectType: ObjectTypesWhere
  name: StringWhere
  displayName: StringWhere
  unions: UnionsWhere
  ordinal: IntWhere
  status: FlagsWhere
}
Fields
RelationTypesWhere.objectType ● ObjectTypesWhere input object-types
Filter relation types by their associated object type.
RelationTypesWhere.name ● StringWhere input common
Filter relation types by name.
RelationTypesWhere.displayName ● StringWhere input common
Filter relation types by display name.
RelationTypesWhere.unions ● UnionsWhere input relation-types
Filter relation types by the relation types they are a union of.
RelationTypesWhere.ordinal ● IntWhere input common
Filter relation types by sort order.
RelationTypesWhere.status ● FlagsWhere input common
Filter relation types by their status flags.
Member of
RelationsWhere  input ● relationTypes  query