Hi,
In the documentation, the sort option is used with ", example year: "desc" but in example forum if I used
query: `
categories(input: {sort: {name: "asc"}}) {
results {
_id
name
slug
}
}
`,
I got an error.
If I change it to
query: `
categories(input: {sort: {name: asc}}) {
results {
_id
name
slug
}
}
`,
It's working !
Thank You
Adalidda
Hi,
In the documentation, the sort option is used with ", example year: "desc" but in example forum if I used
I got an error.
If I change it to
It's working !
Thank You
Adalidda