0.3.0-beta • Published 7 years ago

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

Weekly downloads
-
License
UNLICENSED
Repository
bitbucket
Last release
7 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

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago