Hi I am trying to get query aliases (
http://graphql.org/learn/queries/#aliases) to work on my graphql-yoga server. I used resolver forwarding to expose 1-to-1 maps of my prisma service on my yoga server, and when I go to graphiql I can get query aliases to work with my prisma playground but not with my graphql server, is this expected ?