retryInfoMediationRequestOfFolder
When an info mediation request has failed, the provider can retry to sent it. The requests returns the info mediation id. Possible exception(s) that can be thrown:
- Validation Exception when the info mediation request his status is not failed
retryInfoMediationRequestOfFolder(
organisationId: ID!
folderId: ID!
consumerConnectionId: ID!
infoMediationId: ID!
): ID!
Arguments
retryInfoMediationRequestOfFolder.organisationId ● ID! non-null scalar
retryInfoMediationRequestOfFolder.folderId ● ID! non-null scalar
retryInfoMediationRequestOfFolder.consumerConnectionId ● ID! non-null scalar
retryInfoMediationRequestOfFolder.infoMediationId ● ID! non-null scalar
Type
ID scalar
The
IDscalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as"4") or integer (such as4) input value will be accepted as an ID.