cube-js/cube

Segments on GraphQL API

Open

#6,647 opened on May 23, 2023

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Rust (1,965 forks)batch import
api:graphqlhelp wanted

Repository metrics

Stars
 (19,563 stars)
PR merge metrics
 (Avg merge 5d 16h) (138 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. Currently the GraphQL API does not support the use of predifined Segments

Describe the solution you'd like Segments usable from GraphQL API as predefined filters.

Describe alternatives you've considered Regular filters can do the same thing, but that impose to API users more knowledge about the models and underlying compute engine.

Contributor guide