OBJECT

OrderDocument

link GraphQL Schema definition

1type OrderDocument {
2type: OrderDocumentType!
3
4url: String!
5
6mimeType: String
7
8}