@terabits/grapi
Version:
Grapi Schema Generator For GraphQL Server
15 lines (14 loc) • 609 B
TypeScript
declare const scalarSchema: string;
declare const orderByInputName: string;
declare const orderByInputEnum: string;
declare const inputIntBetweenName: string;
declare const inputFloatBetweenName: string;
declare const inputDateTimeBetweenName: string;
declare const inputIntBetween: string;
declare const inputFloatBetween: string;
declare const inputDateTimeBetween: string;
export { inputDateTimeBetween, inputDateTimeBetweenName };
export { inputFloatBetween, inputFloatBetweenName };
export { inputIntBetween, inputIntBetweenName };
export { orderByInputEnum, orderByInputName };
export { scalarSchema };