to get a personalized navigation.
to get a personalized navigation.
Hey,
Would love a _in operator for checking if a value is in a list.
Something like this:
query Currency($cid: Int!, $currencies: [String]){
useCompany(no: $cid){
currency(filter: { isoCode: { _in: $currencies } }){
...Currency
}
}
}
Equally with a _not_in operator.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Copyright © 2022 Visma.com. All rights reserved.