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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 19, 2024
namestringyes Long-TermThe name of the link.
tokenstringyes Long-TermThe token associated with the link.