ObjectSelector
Combination of object type and key that uniquely identifies an object.
input ObjectSelector {
key: String!
type: String!
}
Fields
ObjectSelector.key
● String!
non-null scalar common
The key of the object to select.
ObjectSelector.type
● String!
non-null scalar common
The type of the object to select.
Member of
checkPermission
query ● checkRelation
query ● RelationInput
input ● RelationOptions
input