GraphQL is a popular mechanism for requesting data from an API endpoint. * `.graphql` are queries * `.graphqls` are schema files See the [GraphQL Spec](https://spec.graphql.org/draft/) for tokens, syntax, etc.
GraphQL is a popular mechanism for requesting data from an API endpoint.
.graphqlare queries.graphqlsare schema filesSee the GraphQL Spec for tokens, syntax, etc.