Skip to content

feat: add GraphQL request support#33

Closed
moosebay wants to merge 2 commits intomainfrom
feat/graphql-support
Closed

feat: add GraphQL request support#33
moosebay wants to merge 2 commits intomainfrom
feat/graphql-support

Conversation

@moosebay
Copy link
Contributor

Summary

  • Full-stack GraphQL request support: schema, TypeSpec API, server handlers, flow node integration, and UI pages
  • GraphQL requests with query editor, variables editor, headers, and response viewing
  • Flow node integration allowing GraphQL requests as flow steps
  • UI uses semantic design tokens (border-neutral, text-on-neutral, border-b-accent, text-success, etc.) for dark mode compatibility

Test plan

  • Create a GraphQL request from the file tree
  • Send a GraphQL query and verify response display
  • Add a GraphQL node to a flow and execute it
  • Verify UI renders correctly in both light and dark themes
  • Run task lint and task test

Add full-stack GraphQL request support including schema, API,
flow node integration, and UI pages. UI components use semantic
design tokens (neutral, accent, success) for dark mode compatibility.
Wire GraphQL services (NodeGraphQL, GraphQL, GraphQLHeader) into the
CLI so flow nodes with GraphQL steps execute instead of panicking.
Add full YAML round-trip support: export serializes graphql_requests
and graphql flow steps, import deserializes them back with use_request
template resolution.
@moosebay moosebay closed this Feb 16, 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

Comments