Skip to main content
object

An instance of a user-defined model based on a MetaobjectDefinition.

•MetaobjectField

Accesses a field of the object by key.

Arguments

•String!
required

The key of the field.


•[MetaobjectField!]!

All object fields with defined values. Omitted object keys can be assumed null, and no guarantees are made about field order.

•String!

The unique handle of the metaobject. Useful as a custom ID.

•ID!

A globally-unique ID.

•String!

The type of the metaobject.

•DateTime!

The date and time when the metaobject was last updated.


Was this section helpful?

•interface

Was this section helpful?