Closed logan-anderson closed 3 years ago
Found the issue (this is my fault) I needed to add the --experimental
flag in my dev script.
"tina-dev": "yarn tina-gql server:start -c \"next dev\" --experimental","
tina-build": "yarn tina-gql server:start -c \"next build\" --experimental",
"tina-start": "yarn tina-gql server:start -c \"next start\" --experimental"
Is there an existing issue for this?
Current Behavior
When using the new
unstable_defineSchema
from tina-graphql-gateway-cli it will not launch the dev server.Expected Behavior
It should start the graphql server.
Steps To Reproduce
With this package.json
and this Schema.ts
Note that this works with
defineSchema
but not withunstable_defineSchema
. This error happens when the dev servers starts.Environment
Your Schema
Your GraphQL Query
No response
Anything else?
No response