sorting of bagpart content #16484
Unanswered
konika-jindal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting bagpart in graphql but I am unable to sort data of bagpart . How can I achieve that?
Getting error -
{
"errors": [
{
"message": "Unknown argument 'orderBy' on field 'contentItems' of type 'BagPart'.",
"locations": [
{
"line": 13,
"column": 26
}
],
"extensions": {
"code": "KNOWN_ARGUMENT_NAMES",
"codes": [
"KNOWN_ARGUMENT_NAMES"
],
"number": "5.4.1"
}
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions