AddDSAReportShareInput
No description
type AddDSAReportShareInput { userID: ID! reportID: ID! clientMutationId: String!}
#
FieldsuserID
(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.