INPUT_OBJECT
CreateReportScheduleInput
link GraphQL Schema definition
- input CreateReportScheduleInput {
 - : String
 - #   Last modification time.
 - : DateTime
 - #   Creation time.
 - : DateTime
 - #   Relation to single entity instance.
 - : ID!
 - #   Relation to single entity instance.
 - : ID!
 - #   Form definition in json format.
 - : ReportScheduleSchemaJSONString!
 - #   Revision when entity was lastly changed.
 - : Int
 - #   Relations to CloudObjects.
 - : [CreateCloudObjectRelationNoBackrefInput!]
 - }