Skip to content

Commit

Permalink
Merge pull request #1756 from bakaphp/fix-schema
Browse files Browse the repository at this point in the history
fix: schema
  • Loading branch information
FredPeal committed Aug 1, 2024
2 parents 7bfbd78 + 6c6d036 commit 04e6c7c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graphql/schemas/Ecosystem/rolePermission.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ type Role {
scope: String
userCount: Int!
abilitiesCount: Int!
abilities: [Module!]
abilities: [AppModule!]
systemRole: Boolean! @method(name: "isSystemRole")
}
type Abilities {
id: ID
name: String!
title: String
module: Module!
module: AppModule!
entity_type: String
roleId: ID
}
type RoleAbilities {
module: Module!
module: AppModule!
}
type RoleEntity {
name: String
Expand Down

0 comments on commit 04e6c7c

Please sign in to comment.