ReportWizardSharedLink (Object)
Represents report wizard shared link
type ReportWizardSharedLink {
reportLinkNid: ReportWizardSharedLinkNid!
token: String!
reportName: String!
reportSharedLink: String!
reportWizard: ReportWizardType
createdAt: DateTime!
}
Fields
ReportWizardSharedLink.reportLinkNid ● ReportWizardSharedLinkNid! non-null scalar
ReportWizardSharedLink.token ● String! non-null scalar
ReportWizardSharedLink.reportName ● String! non-null scalar
ReportWizardSharedLink.reportSharedLink ● String! non-null scalar
ReportWizardSharedLink.reportWizard ● ReportWizardType object
ReportWizardSharedLink.createdAt ● DateTime! non-null scalar
Returned By
reportWizard.sharedLink.create mutation ● reportWizard.sharedLink.list query