-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Support GraphQL Fragments #8
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
Milestone
Comments
The task is to only parse them via gql package, and convert it into an internal format within the package. No other package should be involved, hence the tag standalone. |
Tracking in Trello. Closing here. |
NamanJain8
added a commit
that referenced
this issue
Nov 30, 2021
… the tablets (#8… (#8100) * feat: adding bulk call for alpha to inform zero about the tablets (#8089) * adding bulk call for alpha to inform zero about the tablets (#8088) (cherry picked from commit c204d0a) * fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (#8090) Converting the smaller tablet proposals into a single bulk call makes the execution faster. Else, this update becomes of the order of O(n^2), where n is the number of tablet updates. (cherry picked from commit 695c6d7) Co-authored-by: aman bansal <[email protected]>
shivaji-kharse
pushed a commit
that referenced
this issue
Mar 12, 2024
* Create ordering for vfloat types * improve user experience by allowing variable storage of vfloat type. * add capability to "select" cosine similarity vs euclidian distance Title format: - `Topic(Area): Feature` - `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test` - `Area` must be one of `acl|audit|backup|badger|cdc|dql|export|graphql|indexing|multi-tenancy|raft|restore|upgrade|zero` - * Add [BREAKING] if it is a breaking change ------------------ Body Format: Description: <add description> Fixes: <GitHub Issue> Closes: <JIRA Issue> Docs: <docs PR> --------- Co-authored-by: Bill Province <[email protected]> Co-authored-by: Harshil Goel <[email protected]>
harshil-goel
pushed a commit
that referenced
this issue
Mar 12, 2024
* Create ordering for vfloat types * improve user experience by allowing variable storage of vfloat type. * add capability to "select" cosine similarity vs euclidian distance Title format: - `Topic(Area): Feature` - `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test` - `Area` must be one of `acl|audit|backup|badger|cdc|dql|export|graphql|indexing|multi-tenancy|raft|restore|upgrade|zero` - * Add [BREAKING] if it is a breaking change ------------------ Body Format: Description: <add description> Fixes: <GitHub Issue> Closes: <JIRA Issue> Docs: <docs PR> --------- Co-authored-by: Bill Province <[email protected]> Co-authored-by: Harshil Goel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GraphQL Fragments
The text was updated successfully, but these errors were encountered: