Relay v20 treats extend type in server schema as client extensions, causing all mutation fields to have "text": null in generated artifacts. Replace the cat-based schema concatenation with a merge script that collects all extend type Mutation blocks and produces a single type Mutation definition. The split graphql/ files remain the source of truth for gqlgen; the merged schema.graphql is generated for Relay. Signed-off-by: Émile Ré <emile@getprobo.com>
23 lines
308 B
Plaintext
23 lines
308 B
Plaintext
bin/
|
|
node_modules/
|
|
.turbo
|
|
.vscode
|
|
dist/
|
|
.react-email/
|
|
sbom.json
|
|
sbom-docker.json
|
|
*_sbom.json
|
|
*.out
|
|
*.DS_Store
|
|
*.pem
|
|
*.crt
|
|
*.key
|
|
compose/keycloak/probo-realm.json
|
|
.sandbox.env
|
|
|
|
# Generated files (codegen)
|
|
__generated__/
|
|
pkg/server/api/*/v1/types/types.go
|
|
pkg/server/api/*/v1/schema.graphql
|
|
cfg/dev_local.yaml
|