Skip to main content

AddDSAReportShareInput

No description

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

Fields#

userID (ID!)#

id of the user who shared the DSAReport

reportID (ID!)#

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

clientMutationId (String!)#

clientMutationId is required for Relay support.