* 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
3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
export { default as buildPaginatedListType } from './dist/graphql/schema/buildPaginatedListType';
|
|
export { default as GraphQL } from 'graphql';
|