Files
probo/.gitignore
Émile Ré 4433e0a9d0 Restore GraphQL schema merge for Relay query text
relay-compiler requires a single schema file: a directory is rejected
and schemaExtensions marks fields as client-only, so it emitted
text: null and the console posted query: null, getting a 400 on every
operation.

Restore the merge step (contrib/merge-graphql-schema.sh, the
RELAY_SCHEMAS make rules, and the gitignore entry) and point each
relay.config.json project back at the merged schema.graphql. The IDE
graphql-config removal and npm-script cleanup are unrelated and stay.

Signed-off-by: Émile Ré <emile@probo.com>
2026-06-19 14:57:28 +02:00

29 lines
389 B
Plaintext

bin/
node_modules/
.turbo
.vscode
.cursor/*
!.cursor/rules/
dist/
.react-email/
sbom.json
sbom-docker.json
*_sbom.json
*.out
*.DS_Store
*.pem
*.crt
*.key
*.tsbuildinfo
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
cfg/dev.yaml
.env
.oauth-credentials.txt