This repository has been archived by the owner on Jun 23, 2020. It is now read-only.
Releases: blueflag/graphql-aggregate
Releases · blueflag/graphql-aggregate
v0.2.0
v0.1.1
v0.1.0
No longer does deep conversion to and from immutable structures.
- Fix bug preventing users from using immutable structures in their graphql.
- Can now see key and values, as opposed to array of keys and values.
new KeyedListAggregation
type
KeyedListAggregation<T>
key : String
aggregate: AggregationType<t>
values: GraphQLList<T>
appears on KeyedList
type as keyValue
KeyedList:
keyValue: KeyedListAggregation<T>