UNPKG

obrigado-react-admin-backend-utils

Version:
9 lines (8 loc) 213 B
import {Field, InputType, Int} from "type-graphql"; @InputType('ReactAdminPagination') export class GQLReactAdminPagination { @Field(type => Int) page: number @Field(type => Int) perPage: number }