Files
payload/graphql.d.ts
Paul 3f185cb18b feat: export additional graphql types (#2610)
* Add paginatedType to graphQL on collections types

* Refactor config query and mutation extension into a reusable type

* Export paginatedListType and payload's version of graphql

* Revert prettier's automatic changes

* Fix requested changes

* Add additional documentation for extending GraphQL

* Add information about the resolver's first argument
2023-05-10 08:53:46 -04:00

3 lines
144 B
TypeScript

export { default as buildPaginatedListType } from './dist/graphql/schema/buildPaginatedListType';
export { default as GraphQL } from 'graphql';