@technobuddha > library > Programming > GraphQl
Type Alias: GraphQLValue
ts
type GraphQLValue =
| number
| string
| null
| boolean
| GraphQLArray
| GraphQLObject;Defined in: graph-ql.ts:28
A GraphQL Value, similar to a JSONValue