Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Oct 25, 2023
1 parent af1594d commit 0f1e0a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ type RoleApproval @entity {
type RolesRegistry @entity {
id: ID! # contractAddress
roles: [Role!] @derivedFrom(field: "rolesRegistry")
roleAssignments: [RoleAssignment!] @derivedFrom(field: "rolesRegistry")
roleApprovals: [RoleApproval!] @derivedFrom(field: "rolesRegistry")
}

0 comments on commit 0f1e0a6

Please sign in to comment.