All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql-nodejs-express-server.type-defs.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{>partial_header}}

import { merge } from 'lodash';
{{#models}}{{#model}}
import { typeDef as {{classname}} } from './model/{{classFilename}}.js';{{/model}}{{/models}}

export const typeDefs = [

    {{#models}}{{#model}}{{classname}},
    {{/model}}{{/models}}
].join('\r\n');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy