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

Added support for satellite graphs in graph API #405

Merged
merged 3 commits into from
Jan 23, 2023

Conversation

tjoubert
Copy link
Contributor

Solves issue #306

  • Added PostSatelliteGraphOptions and PostNonSatelliteGraphOptions inheriting from PostGraphOptions.
  • Declared PostGraphOptions abstract so it cannot be instantiated. This is a breaking change!
  • Added IsDisjoint to PostGraphBody
  • Added WriteConcern and Satellites to PostGraphOptions

@tjoubert tjoubert requested review from DiscoPYF and rossmills99 July 30, 2022 17:38
@tjoubert tjoubert added the enhancement New feature or request label Aug 2, 2022
@DiscoPYF DiscoPYF linked an issue Aug 2, 2022 that may be closed by this pull request
@tjoubert tjoubert requested a review from mpoeter October 26, 2022 05:05
@tjoubert tjoubert added the breaking change Identify issues that contain a breaking change for existing consumer code label Jan 18, 2023
@tjoubert tjoubert merged commit c5efe09 into master Jan 23, 2023
@tjoubert tjoubert deleted the feature-3.8/DE-253-add-support-for-satellite-graphs branch January 23, 2023 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Identify issues that contain a breaking change for existing consumer code enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for satellite graphs in graph API
2 participants