We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack overflow
use this schema as input
scalar DateTime schema @server( port: 8000 hostname: "0.0.0.0" ) @upstream( baseURL: "http://localhost:8083/graphql") { query: Query } type Query { queryNodeA: [NodeA] @graphQL (name:"queryNodeA" batch: false) } type NodeA { name : String nodeB : NodeB } type NodeB { name : String nodeA : NodeA }
server should parse and start
stackoverflow exception
If applicable, add screenshots to help explain your problem.
rustc 1.58.0
curl/8.1.2
Add any other context about the problem here, such as relevant logs, error messages, or stack traces.
Paste any relevant logs here.
The text was updated successfully, but these errors were encountered:
@graphql
Successfully merging a pull request may close this issue.
Prerequisites
should be reopened
Stackoverflow Errors on recursive types #758
Describe the bug
Stack overflow
Steps to reproduce
use this schema as input
Expected behavior
server should parse and start
Actual behavior
stackoverflow exception
Screenshots
If applicable, add screenshots to help explain your problem.
Environment information:
rustc 1.58.0
)curl/8.1.2
)Additional context
Add any other context about the problem here, such as relevant logs, error messages, or stack traces.
Logs
The text was updated successfully, but these errors were encountered: