Skip to content

Commit

Permalink
update GQL Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Oct 3, 2024
1 parent 17be7f6 commit af6e536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ type BucketConfig {
associatedPolicies: [PolicyBucketPermission!]! @admin
associatedRoles: [RoleBucketPermission!]! @admin
collaborators: [CollaboratorBucketConnection!]!
tabulatorTables: [TabulatorTable!]! @admin
tabulatorTables: [TabulatorTable!]!
}

# XXX: consider unifying ManagedRole and UnmanagedRole
Expand Down

0 comments on commit af6e536

Please sign in to comment.