GraphQLĀ is an application layer server-side technology that is developed by Facebook for executing queries with existing data. Clients form requests (called queries and mutations) using the GraphQL query language, and the GraphQL server executes the request and returns the data in a response.
Check out Bettermodeās Developers Guide to learn more about Bettermodeās GraphQL.