@theguild/federation-composition
Version:
Open Source Composition library for Apollo Federation
15 lines (12 loc) • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.sdl = void 0;
exports.sdl = `
directive @context(
name: String!
) repeatable on OBJECT | INTERFACE | UNION
directive @context__fromContext(
field: context__ContextFieldValue
) on ARGUMENT_DEFINITION
scalar context__ContextFieldValue
`;