Skip to content

@apollo/composition@2.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 18:14
· 40 commits to main since this release
351f80c

Minor Changes

  • Implements two new directives for defining custom costs for demand control. The @cost directive allows setting a custom weight to a particular field in the graph, overriding the default cost calculation. The @listSize directive gives the cost calculator information about how to estimate the size of lists returned by subgraphs. This can either be a static size or a value derived from input arguments, such as paging parameters. (#3074)

Patch Changes