UNPKG

@mbc-cqrs-serverless/cli

Version:

a CLI to get started with MBC CQRS serverless framework

8 lines (6 loc) 157 B
import { readFileSync } from 'fs'; import { resolve } from 'path'; export const schema = readFileSync( resolve(__dirname, 'schema.graphql'), 'utf8', );