INPUT_OBJECT
CreateBundleSelectDetail
link GraphQL Schema definition
1 input CreateBundleSelectDetail { 3 2 : String! 6 4 # Array of file types to include. 5 : [String!] 9 7 # Array of paths to search from. 8 : [String!] 12 10 # Array of files to search from. 11 : [String] 15 13 # Array of tasks to run for each job. 14 : [CreateBundleSelectDetailTask] 18 16 # Include items after this time. 17 : DateTime 21 19 # Include items before this time. 20 : DateTime 23 22 : Boolean! 25 24 : CreateBundleService 26 }