0.3.0-beta • Published 5 years ago

@paidit/pi-schema-types v0.3.0-beta

Weekly downloads
-
License
UNLICENSED
Repository
bitbucket
Last release
5 years ago

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
0.3.0-beta

5 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago