Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@thepont thepont released this 20 Nov 22:33
· 14 commits to master since this release

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>