aem graphql default collation
I have a querying and what the order of his results. What is it like?
example:
query queryAllADOFormsTags($path: ID) {
aDOTagsList(
filter: {_path: {_expressions: {value: $path, _operator: STARTS_WITH}}}
) {
items {
_path
tags
en
zhHk
}
}
}