apollo-codegen
Advanced tools
Changelog
apollo-graphql@0.2.0
apollo-graphql@0.2.0
sortAST
algorithm to sort fragments at the top-level of the DocumentNode
, providing a more deterministic normalization of the operation for use by apollo-engine-reporting
(which consumes this package's defaultOperationRegistrySignature
function). This will more correctly combine operations for Engine reporting. This also adds a defaultOperationRegistrySignature
function for use by the apollo-server-plugin-operation-registry
plugin to eventually consume. #1112