export const schema = gql`
  type Query {
    """
    A field that spells out the letters of the alphabet
    Maybe you want to @stream this field ;)
    """
    alphabet: [String!]! @skipAuth
  }
`
