0.2.0 • Published 7 years ago

custom-scalar-graphql v0.2.0

Weekly downloads
12
License
ISC
Repository
github
Last release
7 years ago

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

7 years ago

0.1.9

7 years ago

0.1.8

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