• GraphQL is based on a schema configuration which first has to be defined
  • it consists of fields and their types
{
  me {
    name
  }
}