Skip to content

feat(orders): add Order GraphQL API#5363

Closed
toommz wants to merge 1 commit into
feat/order-forms/read-order-restfrom
feat/order-forms/read-order-graphql
Closed

feat(orders): add Order GraphQL API#5363
toommz wants to merge 1 commit into
feat/order-forms/read-order-restfrom
feat/order-forms/read-order-graphql

Conversation

@toommz
Copy link
Copy Markdown
Contributor

@toommz toommz commented Apr 17, 2026

Roadmap Task

👉 Order Forms lifecycle

Context

This is PR 4 of 4 in a stacked split. Stacked on the Order REST PR so the shared model, query, and factories are available.

Stack:

Description

Add Order read-only GraphQL API:

  • Types::Orders::Object with customer, order_form, status/type/execution fields
  • Types::Orders::StatusEnum, OrderTypeEnum, ExecutionModeEnum, BackdatedBillingEnum
  • Resolvers::OrderResolver (single) and Resolvers::OrdersResolver (collection with filters)
  • Register order and orders on QueryType
  • Regenerated schema.graphql and schema.json
  • Resolver specs covering single lookup and each filter

@toommz toommz force-pushed the feat/order-forms/read-order-rest branch from e25f379 to cef8314 Compare April 20, 2026 09:48
## Context

Order read-only GraphQL resolvers (order and orders), types, and
enums. Stacked on the Order REST branch so the shared model, query,
and factories are available.

## Description

Add Order GraphQL object and enum types (status, order_type,
execution_mode, backdated_billing), single and collection resolvers
with filtering, and register the fields on QueryType. Regenerate
schema.graphql and schema.json.
@toommz toommz force-pushed the feat/order-forms/read-order-graphql branch from 79c02c6 to ee88df6 Compare April 20, 2026 10:00
@toommz toommz self-assigned this Apr 20, 2026
@toommz toommz closed this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant