tirumaraiselvan / graphql-engine

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control
https://hasura.io
Apache License 2.0
2 stars 0 forks source link

phantom fields not getting stripped from response #33

Closed tirumaraiselvan closed 5 years ago

tirumaraiselvan commented 5 years ago

Repro:

query {
  profiles {
    name
    messageBasic {
      msg
    }
  }
}
tirumaraiselvan commented 5 years ago

false alarm