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