mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Create CaseFolder GQL definition
This commit is contained in:
parent
240bd84b45
commit
3daba417de
9
backend/src/schema/types/type/CaseFolder.gql
Normal file
9
backend/src/schema/types/type/CaseFolder.gql
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
type CaseFolder {
|
||||||
|
id: ID!
|
||||||
|
createdAt: String!
|
||||||
|
updatedAt: String!
|
||||||
|
disable: Boolean!
|
||||||
|
# reasonCategory: ReasonCategory!
|
||||||
|
# reasonDescription: String!
|
||||||
|
closed: Boolean!
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user