Update index.js
This commit is contained in:
@@ -44,7 +44,7 @@ export const query = graphql`
|
|||||||
query MyQuery {
|
query MyQuery {
|
||||||
allBooksJson(
|
allBooksJson(
|
||||||
sort: {
|
sort: {
|
||||||
fields: [title]
|
fields: [rating]
|
||||||
order: DESC
|
order: DESC
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user