UNPKG

t-graphql

Version:

typed GraphQL - end-to-end type-safe GraphQL for TypeScript. Think tRPC, but GraphQL

2 lines (1 loc) 72 B
export type ScalarType = 'ID' | 'String' | 'Int' | 'Float' | 'Boolean';