Create CaseFolder GQL definition

This commit is contained in:
Wolfgang Huß 2019-11-18 11:23:53 +01:00
parent 240bd84b45
commit 3daba417de

View File

@ -0,0 +1,9 @@
type CaseFolder {
id: ID!
createdAt: String!
updatedAt: String!
disable: Boolean!
# reasonCategory: ReasonCategory!
# reasonDescription: String!
closed: Boolean!
}