DKCVRAPIIdType
No description
type DKCVRAPIIdType implements Chunk {
id: ID!
payload: String!
payloadSize: Int
mimeType: String
subType: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
acceptance: String
}
No description
type DKCVRAPIIdType implements Chunk {
id: ID!
payload: String!
payloadSize: Int
mimeType: String
subType: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
acceptance: String
}
DKCVRAPIIdType.id ● ID! non-null scalarDKCVRAPIIdType.payload ● String! non-null scalarDKCVRAPIIdType.payloadSize ● Int scalarDKCVRAPIIdType.mimeType ● String scalarDKCVRAPIIdType.subType ● String scalarDKCVRAPIIdType.timeCreated ● Timestamp! non-null scalarDKCVRAPIIdType.timeLastEdited ● Timestamp! non-null scalarDKCVRAPIIdType.acceptance ● String scalarChunk interface