Skip to content

Commit 65571a7

Browse files
authored
Project Socials (#50)
* feature(projects): add website and socials WIP * feature(plugins): add project social RBAC plugin * refactor(executable-schema): remove logs
1 parent da3eedb commit 65571a7

File tree

10 files changed

+5392
-1577
lines changed

10 files changed

+5392
-1577
lines changed

graphile.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
PostStatusRBACPlugin,
1616
PrimaryKeyMutationsOnlyPlugin,
1717
ProjectRBACPlugin,
18+
ProjectSocialRBACPlugin,
1819
UpvoteRBACPlugin,
1920
UserRBACPlugin,
2021
} from "./src/lib/plugins/postgraphile";
@@ -45,6 +46,7 @@ const preset: GraphileConfig.Preset = {
4546
UserRBACPlugin,
4647
MemberRBACPlugin,
4748
ProjectRBACPlugin,
49+
ProjectSocialRBACPlugin,
4850
PostRBACPlugin,
4951
PostStatusRBACPlugin,
5052
DownvoteRBACPlugin,

0 commit comments

Comments
 (0)