We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A query like this should be possible:
/api/size-tables/1?filter[definitions.sizeName]=xxs
Where size_tables has a one-to-many relationship with size_table_definitions expressed via a relationship named definitions.
size_tables
size_table_definitions
definitions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A query like this should be possible:
Where
size_tables
has a one-to-many relationship withsize_table_definitions
expressed via a relationship nameddefinitions
.The text was updated successfully, but these errors were encountered: