Releases: graphql-hive/console
[email protected]
@graphql-hive/[email protected]
@graphql-hive/[email protected]
Minor Changes
- #6916
f66f433
Thanks @dotansimha! - Update package manifest to support
@apollo/server v5
[email protected]
Patch Changes
-
#6867
be0d710
Thanks @n1ru4l! - Only show the "edit preflight script" button in the
laboratory when the users has permissions to edit it. -
#6881
f8a1350
Thanks @n1ru4l! - Addproject:create
permission to the acccess
token permission selection screen. -
#6875
73864f2
Thanks @n1ru4l! - Fix default organization resolution and prevent
missing permissions error. -
#6879
3779184
Thanks @egoodwinx! - Fix schema version browser history
navigation.
@graphql-hive/[email protected]
Patch Changes
- Updated dependencies
[8d56b98
]:- @graphql-hive/[email protected]
@graphql-hive/[email protected]
Patch Changes
- Updated dependencies
[8d56b98
]:- @graphql-hive/[email protected]
@graphql-hive/[email protected]
@graphql-hive/[email protected]
Patch Changes
- Updated dependencies
[8d56b98
]:- @graphql-hive/[email protected]
@graphql-hive/[email protected]
Patch Changes
- Updated dependencies
[8d56b98
]:- @graphql-hive/[email protected]
[email protected]
Minor Changes
- #6843
d175fba
Thanks @dotansimha! - MakeTarget.graphqlEndpointUrl
available
in public GraphQL API
Patch Changes
-
#6829
e81cea8
Thanks @jdolle! - Add pg index for getSchemaVersionByActionId to
improve lookup performance -
#6850
faa22bb
Thanks @n1ru4l! - Fix issue where contract composition marks types
occuring in multiple subgraphs as@inaccessible
despite being used within the public API schema. -
#6845
114e7bc
Thanks @n1ru4l! - Update@theguild/federation-composition
to
0.19.0
Increases federation composition compatibility.
- Fix errors raised by
@requires
with union field selection set - Fix incorrectly raised
IMPLEMENTED_BY_INACCESSIBLE
error for inaccessible object fields where
the object type is inaccessible. - Add support for
@provides
fragment selection sets on union type fields. - Fix issue where the satisfiability check raised an exception for fields that share different
object type and interface definitions across subgraphs. - Fix issue where scalar type marked with
@inaccessible
does not fail the composition if all
usages are not marked with@inaccessible
. - Support composing executable directives from subgraphs into the supergraph
- Fix errors raised by
-
#6862
6cf18b9
Thanks @n1ru4l! - Show whether a breaking change is safe based on
usage within the GitHub check-run summary. -
#6864
35a69a1
Thanks @n1ru4l! - Validate schema stitching output sdl. Previously,
this caused invalid SDL to be promoted as the latest valid schema version.