Waiting for engine...
Skip to main content

Note

No description

type Note {
id: ID!
catalogArtifactListingId: ID!
topic: SpaceArtifactListingTopicName!
message: String!
admin: Boolean
createdDate: DateTime
createdByUserId: String
modifiedDate: DateTime
}

Fields

Note.id ● ID! non-null scalar miscellaneous

guid of the note

Note.catalogArtifactListingId ● ID! non-null scalar miscellaneous

guid of the space artifact listing

Note.topic ● SpaceArtifactListingTopicName! non-null enum catalog-service

topic of the note

Note.message ● String! non-null scalar miscellaneous

message of the note

Note.admin ● Boolean scalar miscellaneous

is user is admin or not

Note.createdDate ● DateTime scalar partner-portal

note created date

Note.createdByUserId ● String scalar miscellaneous

note created user id

Note.modifiedDate ● DateTime scalar partner-portal

note modified date

Returned By

noteAdd mutation ●  noteEdit mutation ●  notes query

On this Page