Skip to main content

AddDSAReportShareInput

No description

input AddDSAReportShareInput {
userID: ID!
reportID: ID!
clientMutationId: String!
}

Fields

AddDSAReportShareInput.userID ● ID! non-null scalar

id of the user who shared the DSAReport

AddDSAReportShareInput.reportID ● ID! non-null scalar

reportID is the id of the DSAReport which was downloaded to share

AddDSAReportShareInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

Member Of

addDSAReportShare mutation