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.