GQL Client Web UI
Asking GQL to show all available queries
query IntrospectionQuery { __schema { types { name kind description } } }