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
{{ message }}
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.
With the data simillar to the one from manual:
const exampleDataFromApi = [ { url: "post-1", author: "John doe" }, { url: "post-2", author: "Jane Doe" } ];
and following schema:
schemas: { posts: url: String author: String }
with a following query:
query MyQuery { posts { url author } }
I'm getting only the first element not the whole array.
The text was updated successfully, but these errors were encountered: