You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO File read: ./examples/jsonplaceholder.graphql ... ok
INFO N + 1 detected: 1
INFO 🚀 Tailcall launched at [127.0.0.1:8000] over HTTP/1.1
INFO 🌍 Playground: https://tailcall.run/playground/?u=http://127.0.0.1:8000/graphql&utm_source=tailcall-debug&utm_medium=server
INFO GET http://jsonplaceholder.typicode.com/posts HTTP/1.1
INFO GET http://jsonplaceholder.typicode.com/users/1 HTTP/1.1
INFO GET http://jsonplaceholder.typicode.com/users?id HTTP/1.1
Query Plan should be able to figure out which operations are dependent and which are independent. Independent operations can be executed in parallel manner.
The text was updated successfully, but these errors were encountered:
for example for following schema, user field is dependent on the userId field.
logs:
Query Plan should be able to figure out which operations are dependent and which are independent. Independent operations can be executed in parallel manner.
The text was updated successfully, but these errors were encountered: