chore: remove redundant create role mutation

This commit is contained in:
Ali BARIN
2024-09-03 13:56:23 +00:00
parent a4ea6c1fad
commit e76a99fd68
4 changed files with 0 additions and 49 deletions

View File

@@ -4,7 +4,6 @@ type Query {
type Mutation {
createConnection(input: CreateConnectionInput): Connection
createFlow(input: CreateFlowInput): Flow
createRole(input: CreateRoleInput): Role
createStep(input: CreateStepInput): Step
createUser(input: CreateUserInput): UserWithAcceptInvitationUrl
deleteCurrentUser: Boolean
@@ -342,12 +341,6 @@ input PermissionInput {
conditions: [String]
}
input CreateRoleInput {
name: String!
description: String
permissions: [PermissionInput]
}
input UpdateRoleInput {
id: String!
name: String!