ProjectComment
No description
type ProjectComment {
author: String!
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
id: ID!
pid: String!
portalUserId: Int
projectId: Int
updatedAt: ISO8601DateTime!
}
Fields
ProjectComment.author
● String!
non-null scalar
ProjectComment.createdAt
● ISO8601DateTime!
non-null scalar
ProjectComment.deletedAt
● ISO8601DateTime
scalar
ProjectComment.id
● ID!
non-null scalar
ProjectComment.pid
● String!
non-null scalar
ProjectComment.portalUserId
● Int
scalar
ProjectComment.projectId
● Int
scalar
ProjectComment.updatedAt
● ISO8601DateTime!
non-null scalar
Member of
PortalUser
object