[t-005] Create graphql.py — Strawberry schema setup + Query.appData #5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Set up the Strawberry GraphQL schema with the
Query.appDataresolver.References
Reference
Implementation Steps
Implementation Steps
1. Create
src/models/app_data.pyDefine all AppData-related Strawberry GraphQL types:
2. Create
src/models/graphql.pyDefine the Query root with appData resolver:
Verification Gate
Verification Gate
Run:
STOP Conditions
STOP Conditions
Depends on: t-004