Skip to main content
object

Requires unauthenticated_read_metaobjects access scope.

Provides the value of a Metaobject field.

•String!
non-null

The field key.

•MetafieldReference

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

•MetafieldReferenceConnection

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

Arguments

•Int

Returns up to the first n elements from the list.

•String

Returns the elements that come after the specified cursor.

•Int

Returns up to the last n elements from the list.

•String

Returns the elements that come before the specified cursor.


•String!
non-null

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

•String

The field value.


Was this section helpful?