INPUT_OBJECT

OrderNoteAddInput

link GraphQL Schema definition

1input OrderNoteAddInput {
2
3# Exactly one input field should be provided
4order: OrderInput!
5
6message: String!
7}

link Required by