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,
})

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i custom-scalar-graphql

    Weekly Downloads

    4

    Version

    0.2.0

    License

    ISC

    Last publish

    Collaborators

    • baloran