/** * The `PageInfo` type was copied from * `@jupiterone/graphql-tools/types/pagination` for convenience and they * need to stay in synch. */ export declare const typeDefs = "\ntype PageInfo {\n endCursor: String\n hasNextPage: Boolean!\n}\n";