Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

baloran/scalar-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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