export const except = (...fields: NamedNode[]): ExceptQuery => ({
  fields,
  type: QueryType.Except,
});