Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Relay Global Object ID Support to Fusion #5962

Merged
merged 23 commits into from
Mar 31, 2023
Merged

Conversation

michaelstaib
Copy link
Member

@michaelstaib michaelstaib commented Mar 14, 2023

Introduces support for the Global Object Identification pattern and handles the node field.

This initial version needs the subgraphs to support nodes and also align regarding type names.
We already put some basic code in that handles re-encoding ids ... when the type names differ in each subgraph.

  • Type names are consistent and GOID is activated on all subgraphs with consistent ID encoding.
  • Type names differ and GOID is activated on all subgraphs with consistent ID encoding. (NOT IN THIS PR)
  • Subgraphs have no GOID support activated. (NOT IN THIS PR)
  • GOID is activated Subgraphs use different ways to encode ids. (NOT IN THIS PR)
  • Some subgraphs have GOID activated and Subgraphs use different ways to encode ids. (NOT IN THIS PR)

@michaelstaib michaelstaib marked this pull request as ready for review March 29, 2023 20:21
@michaelstaib michaelstaib merged commit ab92437 into main Mar 31, 2023
@michaelstaib michaelstaib deleted the mst/fusion-nodes branch March 31, 2023 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant