DesUpdateSymbolInput
Input for updating a symbol.
input DesUpdateSymbolInput {
comment: String
description: String
releaseNote: String
symbolId: ID!
}
Fields
DesUpdateSymbolInput.comment ● String scalar
Optional comment.
DesUpdateSymbolInput.description ● String scalar
Optional description.
DesUpdateSymbolInput.releaseNote ● String scalar
Optional release note.
DesUpdateSymbolInput.symbolId ● ID! non-null scalar
The symbol identifier.