type Query { name: String } type Mutation { name: String } schema { query: Query mutation: Mutation }