InvalidArgumentRejection
Rejection returned on invalid argument error
type InvalidArgumentRejection implements Rejection {
message: String!
code: InvalidArgumentRejectionCode!
fields: [InvalidArgumentRejectionField!]!
}
Fields
InvalidArgumentRejection.message
● String!
non-null scalar
InvalidArgumentRejection.code
● InvalidArgumentRejectionCode!
non-null enum
InvalidArgumentRejection.fields
● [InvalidArgumentRejectionField!]!
non-null object
Interfaces
Rejection
interface
Implemented By
DenySddPayload
union ● ProbeWebhookEndpointPayload
union ● RemoveWebhookSubscriptionPayload
union ● ReplayWebhookEventPayload
union ● ScheduleStandingOrderPayload
union ● WebhookSubscriptionPayload
union