Skip to content

Releases: apollographql/federation

@apollo/[email protected]

04 May 18:36
462e670
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

04 May 18:36
462e670
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

04 May 18:36
462e670
Compare
Choose a tag to compare

Patch Changes

  • Improves the heuristics used to try to reuse the query named fragments in subgraph fetches. Said fragment will be reused (#2541)
    more often, which can lead to smaller subgraph queries (and hence overall faster processing).

@apollo/[email protected]

04 May 18:36
462e670
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

20 Apr 15:17
3efbca1
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

20 Apr 15:17
3efbca1
Compare
Choose a tag to compare

Patch Changes

  • Fix potential bug when an @interfaceObject type has a @requires. When an @interfaceObject type has a field with a (#2524)
    @requires and the query requests that field only for some specific implementations of the corresponding interface,
    then the generated query plan was sometimes invalid and could result in an invalid query to a subgraph (against a
    subgraph that rely on @apollo/subgraph, this lead the subgraph to produce an error message looking like "The _entities resolver tried to load an entity for type X, but no object or interface type of that name was found in the schema").
  • Updated dependencies [2c370508, 179b4602]:

@apollo/[email protected]

20 Apr 15:17
3efbca1
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

20 Apr 15:17
3efbca1
Compare
Choose a tag to compare

Patch Changes

  • Fix potential bug when an @interfaceObject type has a @requires. When an @interfaceObject type has a field with a (#2524)
    @requires and the query requests that field only for some specific implementations of the corresponding interface,
    then the generated query plan was sometimes invalid and could result in an invalid query to a subgraph (against a
    subgraph that rely on @apollo/subgraph, this lead the subgraph to produce an error message looking like "The _entities resolver tried to load an entity for type X, but no object or interface type of that name was found in the schema").
  • Updated dependencies [2c370508, 179b4602]:

@apollo/[email protected]

20 Apr 15:17
3efbca1
Compare
Choose a tag to compare

Patch Changes

  • Allow passing print options to the compose method to impact how the supergraph is printed, and adds new printing (#2042)
    options to order all elements of the schema.

  • Fix potential bug when an @interfaceObject type has a @requires. When an @interfaceObject type has a field with a (#2524)
    @requires and the query requests that field only for some specific implementations of the corresponding interface,
    then the generated query plan was sometimes invalid and could result in an invalid query to a subgraph (against a
    subgraph that rely on @apollo/subgraph, this lead the subgraph to produce an error message looking like "The _entities resolver tried to load an entity for type X, but no object or interface type of that name was found in the schema").

@apollo/[email protected]

20 Apr 15:17
3efbca1
Compare
Choose a tag to compare

Patch Changes