Skip to main content

ObjectSelector

Input that uniquely identifies an object.

The fields are mutually exclusive. Exactly one value must be set.

input ObjectSelector {
id: ID
key: ObjectKey
}

Fields

ObjectSelector.id ● ID scalar common

The ID of the object to select.

ObjectSelector.key ● ObjectKey input objects

The key and type of the object to select.

Member of

check_permission query ● check_relation query ● deleteObject mutation ● object query ● RelationInput input ● RelationOptions input