Skip to main content

Queries

  • node — Refetch any object by its globally unique ID. Returns null if no such object exists or the caller is not allowed to read it.

Objects

  • MailingAddress — A postal address, e.g. a shipping or billing destination.
  • Money — An amount of money in a specific currency.

Interfaces

  • Node — An object that can be refetched by its globally-unique id through the node query.

Input objects

  • MoneyInput — A monetary amount to set: an exact decimal plus an ISO 4217 currency.

Enums

  • TagMode — How supplied tags reconcile with a return’s existing tags.

Scalars

  • Date — A calendar date in YYYY-MM-DD form (e.g. 2026-01-15). Output only.
  • DateTime — An ISO-8601 / RFC-3339 instant in UTC (e.g. 2026-01-15T00:00:00.000Z). Output only.
  • Decimal — An exact decimal number serialized as a string (e.g. “19.99”), avoiding floating-point precision loss.
  • JSON — An arbitrary JSON value (object, array, or scalar). Output only.