ENUM

LibraryOrderBy

link GraphQL Schema definition

1enum LibraryOrderBy {
2
3id
4
5name
6
7createdDateTime
8
9modifiedDateTime
10
11version
12}