Skip to main content

NamespaceUpdateInput

Input to update an existing namespace.

input NamespaceUpdateInput {
description: String
id: ID!
name: String
}

Fields

NamespaceUpdateInput.description ● String scalar

A description of the namespace.

NamespaceUpdateInput.id ● ID! non-null scalar

The ID of the namespace (an UUID).

NamespaceUpdateInput.name ● String scalar

A human-readable name to help identify the namespace.

Member Of

updateNamespace mutation