UNPKG

graphql-modules

Version:

Create reusable, maintainable, testable and extendable GraphQL modules

8 lines (7 loc) 178 B
export function execute(app, inputs, options) { const executor = app.createExecution(options); return executor({ schema: app.schema, ...inputs, }); }