INPUT_OBJECT

SpringPolicyRunAtInput

Time during the day schedule should run at, its value are in 24 hr format. e.g. timezone -> 'Asia/Kolkata' hour -> 14 min -> 50

link GraphQL Schema definition

  • input SpringPolicyRunAtInput {
  • hour: Int!
  • min: Int!
  • timezone: String!
  • }