is there a bug with `graphql-playground` and fragm...
# prisma-whats-new
p
is there a bug with
graphql-playground
and fragments? something like:
Copy code
fragment characterFields on Character {
  name
}

query {
  character {
    ...characterFields
  }
}
is being marked as an error by
graphql-playground
. The query actually works, it's not marked as an error in graphiql
n
what's your PG version?
p
Version 1.3.16 (1.3.16.137)
n
thanks I could reproduce this, can you please report it here: https://github.com/graphcool/graphql-playground 🙂