Skip to content
#

typesafe

Here are 178 public repositories matching this topic...

hendrikniemann
hendrikniemann commented Sep 22, 2020

The implementation seems to think that fragments are operations:

Operation name is required for queries with multiple operations.

But this query should be fine:

{
  search {
    __typename
    ...TodoFrag
    ...UserFrag
  }
}

fragment TodoFrag on Todo {
  id
  title
}

fragment UserFrag on User {
  id
  name
}
bug help wanted good first issue

Improve this page

Add a description, image, and links to the typesafe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typesafe topic, visit your repo's landing page and select "manage topics."

Learn more