custom-scalar-graphql

0.2.0 • Public • Published

Custom scalar Graphql

npm i custom-scalar-graphql

How use it?

import customScalarGraphql from 'custom-scalar-graphql'

const schema = makeExecutableSchema({
  typeDefs: [
    Type
    Mutation,
    Query,
    ...customScalarGraphql,
  ],
  resolvers,
})

Package Sidebar

Install

npm i custom-scalar-graphql

Weekly Downloads

1

Version

0.2.0

License

ISC

Last publish

Collaborators

  • baloran