There is the major modification in the today release of Graphql:
- Arguments and return value for Calls and Events are now represented as arrays of structures. Use union to read values of arguments. Refer to arguments for details on data structures.
- Names of objects in GraphQL schema are simplified and no more contain UUID identifiers. It simplifies working with schema and allows to use fragments easier
- Set of bug fixed for using arrays, fragments and others