GatewayEntityRefreshInput
No description
input GatewayEntityRefreshInput {
entityType: GatewayEntityType!
accountIds: [ID!]
gatewayIds: [ID!]
entityIds: [ID!]
}
Fields
GatewayEntityRefreshInput.entityType ● GatewayEntityType! non-null enum platform
The entity type to refresh
GatewayEntityRefreshInput.accountIds ● [ID!] list scalar miscellaneous
The account ids of the entities to refresh. If this field is not provided, all accounts will be searched for entities to refresh.
GatewayEntityRefreshInput.gatewayIds ● [ID!] list scalar miscellaneous
The container ids of the API Gateways. If this field is not provided, all gateways will be searched
for entities to refresh.
GatewayEntityRefreshInput.entityIds ● [ID!] list scalar miscellaneous
The ids of the entity to refresh. If this field is not provided, all entities of the specified GatewayEntityType will be refreshed.
Was this topic helpful?