PlaceOfRegistration
No description
type PlaceOfRegistration implements Chunk {
id: ID!
payload: String!
payloadSize: Int
mimeType: String
subType: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
acceptance: String
}
Fields
PlaceOfRegistration.id
● ID!
non-null scalar
PlaceOfRegistration.payload
● String!
non-null scalar
PlaceOfRegistration.payloadSize
● Int
scalar
PlaceOfRegistration.mimeType
● String
scalar
PlaceOfRegistration.subType
● String
scalar
PlaceOfRegistration.timeCreated
● Timestamp!
non-null scalar
PlaceOfRegistration.timeLastEdited
● Timestamp!
non-null scalar
PlaceOfRegistration.acceptance
● String
scalar
Interfaces
Chunk
interface
Member Of
Company
object