mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
c2f667a06d
> ### Description > From HGE version 2.0 onwards, all remote relationship fields are generated as plain types without non-nullable and lists. This PR fixes the same. ### Changelog - [x] `CHANGELOG.md` is updated with user-facing content relevant to this PR. If no changelog is required, then add the `no-changelog-required` label. ### Affected components - [x] Server - [x] Tests ### Related Issues -> fix https://github.com/hasura/graphql-engine/issues/7284 ### Steps to test and verify > - Create a remote relationship to a field in remote schema with non-nullable or list type - The HGE introspection should give the remote relationship field type correctly as like in the remote schema https://github.com/hasura/graphql-engine-mono/pull/2071 GitOrigin-RevId: e113f5d17b62bfa0a25028c20260ae1782ae224b |
||
---|---|---|
.. | ||
permissions | ||
remote_relationships | ||
validation | ||
add_remote_schema_err_missing_arg.yaml | ||
add_remote_schema_err_missing_field.yaml | ||
add_remote_schema_err_unknown_interface.yaml | ||
add_remote_schema_iface_err_wrong_arg_type.yaml | ||
add_remote_schema_with_iface_err_empty_fields_list.yaml | ||
add_remote_schema_with_iface_err_extra_non_null_arg.yaml | ||
add_remote_schema_with_iface_err_wrong_field_type.yaml | ||
add_remote_schema_with_union_err_member_type_interface.yaml | ||
add_remote_schema_with_union_err_no_member_types.yaml | ||
add_remote_schema_with_union_err_unknown_types.yaml | ||
add_remote_schema_with_union_err_wrapped_type.yaml | ||
bahnql_query.yaml | ||
basic_bulk_remove_add.yaml | ||
basic_query_customized.yaml | ||
basic_query.yaml | ||
basic_subscription_not_supported.yaml | ||
basic_timeout_query.yaml | ||
character_interface_query.yaml | ||
check_resp_headers.yaml | ||
create_conflicting_table.yaml | ||
drop_person_table.yaml | ||
drop_user_table.yaml | ||
person_table.yaml | ||
search_union_type_query.yaml | ||
simple2_mutation.yaml | ||
simple2_query.yaml | ||
tbls_setup.yaml | ||
tbls_teardown.yaml |