mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
4 lines
107 B
JavaScript
4 lines
107 B
JavaScript
import { printSchema } from 'graphql'
|
|
import schema from '../src/schema'
|
|
|
|
console.log(printSchema(schema))
|