UNPKG

@terabits/grapi

Version:

Grapi Schema Generator For GraphQL Server

6 lines (5 loc) 124 B
export interface InputValue<ValueType = any> { isScalar(): boolean; getType(): string; getValue(): ValueType; }