UpdateNamespaceInput
No description
input UpdateNamespaceInput {
name: String!
description: String
repoId: Int
}
Fields
UpdateNamespaceInput.name ● String! non-null scalar
UpdateNamespaceInput.description ● String scalar
UpdateNamespaceInput.repoId ● Int scalar
Member Of
updateNamespace mutation