GraphQL API
Organization API
Organization / Types/ object

MetafieldConnection

A paginated list of Metafield edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

idID!

Unique primary key.

keyString!

Stable integration/API key.

valueMixed

Raw JSON value.

Metafield definition.

createdAtDateTimeTz!

When the value was created.

updatedAtDateTimeTz!

When the value was last updated.

cursorString!

A unique cursor that can be used for pagination.