UNPKG

graphql-genie

Version:
14 lines (13 loc) 274 B
export class Connection { constructor() { this.aggregate = { count: -1 }; this.pageInfo = { hasNextPage: false, hasPreviousPage: false, startCursor: '', endCursor: '' }; } }