@paidit/pi-schema-types
v0.3.0-beta
Published
A collection of custom GraphQL types
Downloads
4
Readme
pi-schema-types-package
This is a package which include custom GraphQL schema types.
Installation
npm i @paidit/pi-schema-types
Usage
const { CustomTypesDefenitions, CustomTypesResolvers } = require('@paidit/pi-schema-type');
module.exports = makeExecutableSchema({
typeDefs: [CustomTypesDefenitions],
resolvers: Object.assign({}, CustomTypesResolvers)
});
TODO
Todos may be found throughout the project by searching for the // TODO:
marks. Here are the main issues, which should be addressed ASAP:
- TODO1
- TODO2
Fixes
Fixes requests may be found throughout the project by searching for the // FIXME:
marks. Here are the main issues, which should be addressed ASAP:
- FIXME1
- FIXME2