ZendeskContent
No description
type ZendeskContent {
id: ID!
userId: ID!
title: String!
kind: String!
startDate: Date
endDate: Date
certificate: Certificate
percentComplete: Int
status: String
}
No description
type ZendeskContent {
id: ID!
userId: ID!
title: String!
kind: String!
startDate: Date
endDate: Date
certificate: Certificate
percentComplete: Int
status: String
}
ZendeskContent.id
● ID!
non-null scalarZendeskContent.userId
● ID!
non-null scalarZendeskContent.title
● String!
non-null scalarZendeskContent.kind
● String!
non-null scalarZendeskContent.startDate
● Date
scalarZendeskContent.endDate
● Date
scalarZendeskContent.certificate
● Certificate
objectZendeskContent.percentComplete
● Int
scalarZendeskContent.status
● String
scalar