Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #137 from trompamusic/itemlistorder-schema
Browse files Browse the repository at this point in the history
feat(schema): Align ItemListOrder enum with schema.org values
  • Loading branch information
ChristiaanScheermeijer authored Feb 26, 2021
2 parents f042b4c + ea66dda commit abf3f9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/schema/enum.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,7 @@ enum ValidAdditionalPropertyNodeValueType {
}

enum ItemListOrder {
ascending
descending
unordered
ordered
ItemListOrderAscending
ItemListOrderDescending
ItemListUnordered
}

0 comments on commit abf3f9c

Please sign in to comment.