SAPNote
No description
type SAPNote {
snId: ID!
noteId: Int
noteVers: Int
description: String
component: String
lang: String
priority: String
category: String
secCategory: String
releaseDate: Date
isIndep: String
noteTypes: String
themk: OSSThemk
cih: [OSSNoteCih]!
civ: [OSSNoteCiv]!
pl: [OSSNotePl]!
spl: [OSSNoteSpl]!
validity: [OSSNoteValidity]!
timestamp: DateTime
}
Fields
SAPNote.snId ● ID! non-null scalar
SAPNote.noteId ● Int scalar
SAPNote.noteVers ● Int scalar
SAPNote.description ● String scalar
SAPNote.component ● String scalar
SAPNote.lang ● String scalar
SAPNote.priority ● String scalar
SAPNote.category ● String scalar
SAPNote.secCategory ● String scalar
SAPNote.releaseDate ● Date scalar
SAPNote.isIndep ● String scalar
SAPNote.noteTypes ● String scalar
SAPNote.themk ● OSSThemk object
SAPNote.cih ● [OSSNoteCih]! non-null object
SAPNote.civ ● [OSSNoteCiv]! non-null object
SAPNote.pl ● [OSSNotePl]! non-null object
SAPNote.spl ● [OSSNoteSpl]! non-null object
SAPNote.validity ● [OSSNoteValidity]! non-null object
SAPNote.timestamp ● DateTime scalar
Member Of
SAPNotesPage object