@technobuddha > library > Programming > GraphQl
Type Alias: GraphQLObject
ts
type GraphQLObject = { [Key in string]: GraphQLValue };Defined in: graph-ql.ts:14
A GraphQL Object, similar to a JSONObject