export const array = (...fields: NamedNode[]): ArrayQuery => ({
  fields,
  type: QueryType.Array,
});