You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: