You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs should specify # as comment symbol for GraphQL (#609)
Docs should specify `#` as comment symbol for GraphQL, currently specifies double quotations`""`
According to the GraphQL spec, '#' are used for comments, not double quotes. See the spec on comments here:
https://spec.graphql.org/October2021/#sec-Comments
0 commit comments