docs(schema): add introspect keyword (#749)

This commit is contained in:
Alexander Lichter 2018-10-19 18:00:31 +01:00 committed by Shahidh K Muhammed
parent a0a97d709d
commit b7aba2e869

View File

@ -1,7 +1,7 @@
Exporting the Hasura GraphQL schema
===================================
If you need to share or export the GraphQL schema, you can use community tooling such as
If you need to share, introspect or export the GraphQL schema, you can use community tooling such as
`graphqurl <https://github.com/hasura/graphqurl>`_, `apollo <https://github.com/apollographql/apollo-cli>`_,
`get-graphql-schema <https://github.com/prismagraphql/get-graphql-schema>`_, etc.