Skip to main content
object

Requires unauthenticated_read_metaobjects access scope.

The value of a field within a Metaobject. For fields that reference other resources, use the reference field for single references or references for lists.

•String!
non-null

The field key.

•MetafieldReference

A referenced object if the field type is a resource reference.

Show union types
•MetafieldReferenceConnection

A list of referenced objects if the field type is a resource reference list.

Show fields

Arguments

•String

Returns the elements that come after the specified cursor.

•String

Returns the elements that come before the specified cursor.

•Int

Returns up to the first n elements from the list.

•Int

Returns up to the last n elements from the list.


•String!
non-null

The type name of the field. See the list of supported types.

•String

The field value.


Was this section helpful?