hasura-sample-remote-schema

  1. Schema:
type Query {
  hello:  String
}
  1. Click on Show Live at the top of the Glitch UI to get the URL.

  2. Add as Remote Schema in Hasura GraphQL Engine.

  3. Go to GraphiQL tab, and try out query { hello } .