Skip to main content

CreateNotificationInput

Autogenerated input type of CreateNotification

input CreateNotificationInput {
clientMutationId: String
projectId: Int!
vulnerabilityTemplateId: Int!
description: String!
evidenceArchives: [Upload!]!
}

Fields

CreateNotificationInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateNotificationInput.projectId ● Int! non-null scalar

CreateNotificationInput.vulnerabilityTemplateId ● Int! non-null scalar

CreateNotificationInput.description ● String! non-null scalar

CreateNotificationInput.evidenceArchives ● [Upload!]! non-null scalar

Member Of

createNotification mutation