docs
docs copied to clipboard
Docs should specify `#` as comment symbol for GraphQL
Currently the graphprotocol docs specify double quotations "" for comments in GraphQL.
According to the GraphQL spec, '#' are used for comments, not double quotes. See the GraphQL spec on comments here:
https://spec.graphql.org/October2021/#sec-Comments