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