documentTypes
Returns the list of all documentTypes that can be selected for a given organisation taking into account its audience DocumentTypes are linked to a infoMediationTemplateType and the client can filter on this. Note that it is important to only allow the member to choose between eligible document types for a given infoMediationTemplateType.
documentTypes(
organisationId: ID!
infoMediationTemplateTypeFilter: InfoMediationTemplateType
): [DocumentTypeWithTemplate!]!