INPUT_OBJECT

UpdateSiteSocialNetworkInput

Input type for updating a SiteSocialNetwork

link GraphQL Schema definition

  • input UpdateSiteSocialNetworkInput {
  • # Social network name
  • name: String
  • # URL of the social network profile
  • link: String
  • # CSS class for the social network icon
  • cssClass: String
  • }

link Require by