ENUM

OrderType

link GraphQL Schema definition

1enum OrderType {
2
3PRIVATE
4
5SHARED
6
7ALL
8}

link Required by