@graphql-cli/generate
Version:
Generate schema and client-side documents for your GraphQL project by using Graphback.
14 lines • 465 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const common_1 = require("@graphql-cli/common");
const graphback_cli_1 = require("graphback-cli");
exports.default = common_1.defineCommand(() => {
return {
command: graphback_cli_1.command,
builder(builder) {
return builder.options(graphback_cli_1.builder);
},
handler: graphback_cli_1.handler,
};
});
//# sourceMappingURL=index.js.map
;