NamespaceUpdateInput
Input to update an existing namespace.
input NamespaceUpdateInput {
id: ID!
name: String
description: String
}
Fields
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.
NamespaceUpdateInput.description
● String
scalar
A description of the namespace.
Member of
updateNamespace
mutation