UpdateOrganizationInput
Update mutable settings on an organization. The identifier is fixed at creation and cannot be changed.
input UpdateOrganizationInput {
name: String!
}
Fields
UpdateOrganizationInput.name ● String! non-null scalar {#name}
Display name shown in the UI and CLI. 1–255 characters.
Member Of
updateOrganization mutation