Skip to content

Commit

Permalink
fix: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
FredPeal committed Aug 1, 2024
1 parent 6d88197 commit 6c6d036
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 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 6c6d036

Please sign in to comment.