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

Support GraphQL Fragments #8

Closed
manishrjain opened this issue Dec 5, 2015 · 3 comments
Closed

Support GraphQL Fragments #8

manishrjain opened this issue Dec 5, 2015 · 3 comments
Milestone

Comments

@manishrjain
Copy link
Contributor

manishrjain commented Dec 5, 2015

GraphQL Fragments

@manishrjain manishrjain changed the title Support [GraphQL Fragments](https://facebook.github.io/graphql/#sec-Language.Query-Document.Fragments) Support GraphQL Fragments Dec 5, 2015
@manishrjain manishrjain mentioned this issue Dec 5, 2015
65 tasks
@manishrjain manishrjain modified the milestone: v.future Feb 17, 2016
@manishrjain
Copy link
Contributor Author

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.

@manishrjain
Copy link
Contributor Author

@manishrjain
Copy link
Contributor Author

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 <bansalaman2905@gmail.com>
shivaji-dgraph 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 <billprovince@gmail.com>
Co-authored-by: Harshil Goel <harshil@dgraph.io>
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 <billprovince@gmail.com>
Co-authored-by: Harshil Goel <harshil@dgraph.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants