schema {# The root query type which gives access points into the data universe.query: Query# The root mutation type which contains root level fields which mutate data.mutation: Mutation}