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

[REQUEST] Range Slider: no From and To properties in GraphQL #15

Closed
Zignature opened this issue Aug 19, 2024 · 3 comments
Closed

[REQUEST] Range Slider: no From and To properties in GraphQL #15

Zignature opened this issue Aug 19, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Zignature
Copy link

Zignature commented Aug 19, 2024

It's not possible to query for the from and to properties of a Range Slider Field. It currently acts like an EE single tag. It returns n — n.

I would like to be able to query those properties and have them returned separately, acting like an EE tag pair:

rangeSliderField {
  from
  to
}
@Zignature Zignature changed the title [GRAPHQL] Range Slider: no From and To properties [REQUEST] Range Slider: no From and To properties in GraphQL Aug 19, 2024
@bryannielsen
Copy link
Contributor

I like this feature request! I'll slate this for 2.0 since it will be a breaking change but this won't be hard to implement

@bryannielsen bryannielsen added the enhancement New feature or request label Sep 4, 2024
@Zignature
Copy link
Author

@bryannielsen 🤘🏼😎

@bryannielsen
Copy link
Contributor

Closed by 2.0.0

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