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

Introduce GraphQL interfaces for corresponding Java data structures #676

Open
novoj opened this issue Oct 1, 2024 · 0 comments
Open

Introduce GraphQL interfaces for corresponding Java data structures #676

novoj opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@novoj
Copy link
Collaborator

novoj commented Oct 1, 2024

Web developers currently have hard times generalizing common logic using existing GraphQL because the generated classes don't share common interfaces. When discussing this matter we came to a conclusion that it could be fairly easy to add shared interfaces for shared datastructures on the evitaDB server side. Namely:

  • io.evitadb.dataType.PaginatedList
  • io.evitadb.dataType.StripList
  • io.evitadb.api.requestResponse.extraResult.Histogram
  • io.evitadb.api.requestResponse.extraResult.FacetSummary.FacetStatistics
@novoj novoj added the enhancement New feature or request label Oct 1, 2024
@novoj novoj added this to the Beta milestone Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants