Magidoc

UpdateDashboardSharingInput
Input Object

Fields

#

active

Optional: Change the active state of this sharing. If this field is omitted or set to null in the GraphQL query the field won't be changed.

allowedDomains

[ String !]

The list of allowed domains. Can contain wildcard '*'. To allow all domains use the '*' wildcard. The list will be set as whole replacing the previously valid list. If this field is omitted or set to null in the GraphQL query the field won't be changed. WARNING: Setting it to the empty list will forbid all domains to access the dashboard sharing.

description

Optional: A new description for the sharing. If the field is omitted in the GraphQL query the field won't be changed. But setting it to null will set the field value to null (if possible).

expiry

Optional: A new expiry data for this sharing. If the field is omitted in the GraphQL query the field won't be changed. But setting it to null will set the field value to null (if possible).

id

ID !
Non-null

The id for the dashboard sharing to be updated.

name

Optional: A new name for the sharing. If the field is omitted in the GraphQL query the field won't be changed. But setting it to null will set the field value to null (if possible).

userId

Optional: A new user for the sharing. If this field is omitted or set to null in the GraphQL query the field won't be changed.

Usages

#

References

#

  • Argument input of field updateDashboardSharing from type Mutation