// import { InputType, ArgsType, Field } from 'type-graphql'; // import { GetManyArgs } from '@seed/graphql/Request'; // import { PageBaseSchema } from './auth-history.schema'; // @InputType() // export class NewPageInput extends PageBaseSchema {} // @InputType() // export class EditPageInput extends PageBaseSchema { // @Field({ nullable: true }) // title: string; // } // @ArgsType() // export class PageArgs extends GetManyArgs {}