INPUT_OBJECT
Input for refreshing multiple hosts with a single request.
input BulkRefreshHostsInput {# ID of each host to refresh.ids: [String!]!# Specifies whether to run the job to refresh hosts# asynchronously.shouldRunAsynchronously: Boolean!}