LinkInput is an input datatype for providing a link and token for a dashboard.

This datatype is used by two other input datatypes: the CreateDashboardInput datatype, which is used by the createDashboard() mutation field; and the UpdateDashboardInput datatype, which is used by the updateDashboard() mutation.

Table: LinkInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 19, 2024
namestringyes Long-TermThe name of the link.
tokenstringyes Long-TermThe token associated with the link.