With REST we can use Swagger, RAML or other technologies to document our API and generate an HTML documentation that our consumers can read without any need of interaction with
I found Static page generator for documenting GraphQL Schema. GitHub link.
HTML export looks like this.
GitHub GraphQL doc example