Skip to main content

object

Select a single object.

object(
key: String!
type: String!
): Object!

Arguments

object.key ● String! non-null scalar common

The key of the object to select.

object.type ● String! non-null scalar common

The type of the object to select. Must be the name of an existing object type.

Type

Object object objects

Objects are the primary nodes in the directory graph.

They be associated with each other using Relations.