0.2.0 • Published 8 years ago

custom-scalar-graphql v0.2.0

Weekly downloads
12
License
ISC
Repository
github
Last release
8 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

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago