Removed invalid files
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 4m48s
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 4m48s
This commit is contained in:
parent
4f336bed05
commit
5e0b322273
@ -1 +1 @@
|
|||||||
Subproject commit 898c27d206f3c849743dc81fdf4050e22f413518
|
Subproject commit 9634f3e4d7ecdba619bd4596b18d407f88b281cc
|
@ -1,50 +0,0 @@
|
|||||||
type ShortRoleName implements TableWithHistoryQuery {
|
|
||||||
id: ID
|
|
||||||
shortName: String
|
|
||||||
roleId: String
|
|
||||||
roleName: String
|
|
||||||
position: String
|
|
||||||
|
|
||||||
server: Server
|
|
||||||
|
|
||||||
createdAt: String
|
|
||||||
modifiedAt: String
|
|
||||||
|
|
||||||
history: [ShortRoleNameHistory]
|
|
||||||
}
|
|
||||||
|
|
||||||
type ShortRoleNameHistory implements HistoryTableQuery {
|
|
||||||
id: ID
|
|
||||||
shortName: String
|
|
||||||
roleId: String
|
|
||||||
position: String
|
|
||||||
|
|
||||||
server: ID
|
|
||||||
|
|
||||||
deleted: Boolean
|
|
||||||
dateFrom: String
|
|
||||||
dateTo: String
|
|
||||||
}
|
|
||||||
|
|
||||||
input ShortRoleNameFilter {
|
|
||||||
id: ID
|
|
||||||
shortName: String
|
|
||||||
roleId: String
|
|
||||||
roleName: String
|
|
||||||
position: String
|
|
||||||
}
|
|
||||||
|
|
||||||
type ShortRoleNameMutation {
|
|
||||||
createShortRoleName(input: ShortRoleNameInput!): ShortRoleName
|
|
||||||
updateShortRoleName(input: ShortRoleNameInput!): ShortRoleName
|
|
||||||
deleteShortRoleName(id: ID): ShortRoleName
|
|
||||||
}
|
|
||||||
|
|
||||||
input ShortRoleNameInput {
|
|
||||||
id: ID
|
|
||||||
shortName: String
|
|
||||||
roleId: String
|
|
||||||
roleName: String
|
|
||||||
position: String
|
|
||||||
serverId: ID
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user