INPUT_OBJECT
AzureGetResourceGroupsInfoIfExistInput
Description
Input for getting Azure resource groups if they exist.
link GraphQL Schema definition
- input AzureGetResourceGroupsInfoIfExistInput {
- # Resource groups to get.
- : [AzureNativeResourceGroupInfoInput!]!
- # Session ID of the current OAuth session.
- : String!
- }