@theguild/federation-composition
Version:
Open Source Composition library for Apollo Federation
6 lines • 331 B
text/typescript
export declare function stripTypeModifiers(type: string): string;
export declare function stripNonNull(type: string): string;
export declare function stripList(type: string): string;
export declare function isNonNull(type: string): boolean;
export declare function isList(type: string): boolean;
//# sourceMappingURL=state.d.ts.map