NoteEditInput
No description
input NoteEditInput {
id: ID!
topic: SpaceArtifactListingTopicName!
message: String!
}
Fields
NoteEditInput.id ● ID! non-null scalar miscellaneous
guid of the created note
NoteEditInput.topic ● SpaceArtifactListingTopicName! non-null enum catalog-service
topic for the note (of type enum)
NoteEditInput.message ● String! non-null scalar miscellaneous
message for the note
Member Of
noteEdit mutation
Was this topic helpful?