Skip to content

fix(create-org): build — use Apollo useMutation (no codegen dependency) - #6

Merged
rrader26 merged 1 commit into
mainfrom
fix/create-org-build
Jun 15, 2026
Merged

fix(create-org): build — use Apollo useMutation (no codegen dependency)#6
rrader26 merged 1 commit into
mainfrom
fix/create-org-build

Conversation

@rrader26

Copy link
Copy Markdown

PR #5 broke main's build: it imported the codegen-generated useCreateOrganizationMutation, but the Docker build consumes the committed generated/graphql.tsx and doesn't run codegen, so that hook doesn't exist. Switches to useMutation with an inline gql document — builds with no codegen step. 🤖 Generated with Claude Code

The build consumes the committed generated/graphql.tsx and does not run codegen,
so the generated useCreateOrganizationMutation hook does not exist and the build
failed. Switch to useMutation with an inline gql document — builds without codegen.
@rrader26
rrader26 merged commit 0c0ea46 into main Jun 15, 2026
4 of 7 checks passed
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