NoteQueryInput
No description
input NoteQueryInput {
catalogArtifactListingId: ID!
sortOrder: SortOrder
topic: SpaceArtifactListingTopicName
author: String
}
Fields
NoteQueryInput.catalogArtifactListingId ● ID! non-null scalar miscellaneous
GUID of the catalog artifact listing
NoteQueryInput.sortOrder ● SortOrder enum catalog-service
Sort order for the notes (ASC or DESC)
NoteQueryInput.topic ● SpaceArtifactListingTopicName enum catalog-service
Filter notes by topic
NoteQueryInput.author ● String scalar miscellaneous
Filter notes by author
Member Of
notes query
Was this topic helpful?