Skip to main content

ConsentsNotAllInCreatedStatusRejection

Rejection returned when all provided consents are not in created status

type ConsentsNotAllInCreatedStatusRejection implements Rejection {
message: String!
consentIds: [String!]!
}

Fields

ConsentsNotAllInCreatedStatusRejection.message ● String! non-null scalar

ConsentsNotAllInCreatedStatusRejection.consentIds ● [String!]! non-null scalar

IDs of the consents that are not in created status

Interfaces

Rejection interface

Implemented By

CreateMultiConsentPayload union