Organization / Types/ object
MetafieldConnection
A paginated list of Metafield edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
id•ID!Unique primary key.
key•String!Stable integration/API key.
value•MixedRaw JSON value.
definition•MetafieldDefinition!Metafield definition.
createdAt•DateTimeTz!When the value was created.
updatedAt•DateTimeTz!When the value was last updated.
cursor•String!A unique cursor that can be used for pagination.