Skip to content

Commit

Permalink
Merge pull request #4986 from GoldWolf115/github-link
Browse files Browse the repository at this point in the history
github-link
  • Loading branch information
mnaamani committed Dec 6, 2023
2 parents dfaffcf + 475c9c3 commit a9f450f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,7 @@ enum MembershipExternalResourceType {
WECHAT
WHATSAPP
LINKEDIN
GITHUB
}

type MemberMetadata implements BaseGraphQLObject {
Expand Down
1 change: 1 addition & 0 deletions metadata-protobuf/proto/Membership.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ message MembershipMetadata {
WECHAT = 9;
WHATSAPP = 10;
LINKEDIN = 11;
GTIHUB = 12;
}
optional ResourceType type = 1;
optional string value = 2;
Expand Down
1 change: 1 addition & 0 deletions query-node/schemas/membership.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ enum MembershipExternalResourceType {
WECHAT
WHATSAPP
LINKEDIN
GITHUB
}

type MembershipExternalResource @entity {
Expand Down
1 change: 1 addition & 0 deletions storage-node/src/services/queryNode/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,7 @@ enum MembershipExternalResourceType {
WECHAT
WHATSAPP
LINKEDIN
GITHUB
}

type MemberMetadata implements BaseGraphQLObject {
Expand Down

0 comments on commit a9f450f

Please sign in to comment.