shopify_draft_proxy/proxy/operation_registry_data

Generated by gleam/scripts/sync-operation-registry.sh from config/operation-registry.json. Do not edit by hand — re-run the script after editing the JSON. This file holds the vendored operation registry as a List(RegistryEntry) literal so the proxy carries it on every target without runtime IO.

Values

pub fn default_registry() -> List(
  operation_registry.RegistryEntry,
)

Vendored operation registry. Source of truth for the TS proxy is config/operation-registry.json; this list is regenerated from it via sync-operation-registry.sh. Once the TS proxy is retired, this becomes the source of truth.

Search Document