export default {
  Query: {
    hello: () => 'world',
  },
}
