UpdateNetworkInput
No description
input UpdateNetworkInput {
  aliases: [String!]
  billingEmail: String
  brandColor: String
  companyName: String
  customSeoDetail: CustomSeoDetailInput
  defaultSpaceIds: [ID!]
  description: String
  domain: String
  entrancePage: String
  faviconId: String
  footer: UpdateFooter
  hideDefaultAuthenticationForm: Boolean
  incidentEmails: [String!]
  industry: NetworkIndustryType
  landingPages: UpdateNetworkSettingsInput
  locale: String
  logoId: String
  membership: NetworkMembership
  name: String
  navigationSlates: NavigationSlateUpdatesInput
  newDomain: String
  passwordComplexity: NetworkPasswordComplexity
  primaryMembers: NetworkPrimaryMembersType
  privacyPolicyUrl: String
  referrer: String
  releaseChannel: NetworkReleaseChannelType
  settings: NetworkSettingsInput
  termsOfServiceUrl: String
  themes: UpdateThemes
  timeframe: NetworkTimeframeType
  topNavigation: UpdateTopNavigation
  tribeBranding: Boolean
  utmCampaign: String
  utmContent: String
  utmMedium: String
  utmSource: String
  utmTerm: String
  visibility: NetworkVisibility
  whoCanInviteIds: [String!]
}