INPUT_OBJECT

AddOrderTimeInput

Input for the time an order should be made

link GraphQL Schema definition

  • input AddOrderTimeInput {
  • scheduled: Boolean!
  • timestamp: Int!
  • }