infoMediationsOrganizedByCorrelationId
Returns a list of InfoMediations within an organization, organized by correlationId. This query is particularly valuable for identifying InfoMediations with identical content. Pagination is correlated with the correlationId rather than the InfoMediations. Meaning, all InfoMediations associated with the same correlationId will appear on the same page and not on different pages.
infoMediationsOrganizedByCorrelationId(
organisationId: ID!
lastModified: DateRange
status: String
page: Int = 0
size: Int = 10
): [InfoMediation]
Arguments
infoMediationsOrganizedByCorrelationId.organisationId ● ID! non-null scalar
infoMediationsOrganizedByCorrelationId.lastModified ● DateRange input
infoMediationsOrganizedByCorrelationId.status ● String scalar
infoMediationsOrganizedByCorrelationId.page ● Int scalar
infoMediationsOrganizedByCorrelationId.size ● Int scalar
Type
InfoMediation object
Info mediation between provider and consumer