Crea el mongo id en un scalar type
npm install graphql-mongoidGraphQLMongoId as ScalarType
$ npm i --save graphql-mongoid
`
Usage
Brief example to show how to use:
`js
const { GraphQLMongoId } = require('graphql-mongoid');
//import { GraphQLMongoId } from 'graphql-mongoid'
``