CaseResponsible
Represents the responsible of a case
type CaseResponsible {
id: ID!
name: String
username: String!
email: String
cases: [Case]
}
Fields
CaseResponsible.id ● ID! non-null scalar
ID of the responsible user
CaseResponsible.name ● String scalar
Name of the responsible user
CaseResponsible.username ● String! non-null scalar
Username of the responsible user
CaseResponsible.email ● String scalar
Email of the responsible user
CaseResponsible.cases ● [Case] list object
Cases related to the responsible user
Member Of
Case object ● CollectionItem_CaseResponsible object