Skip to content

Commit

Permalink
feat: upgrade getCommunity query
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati0x committed Dec 12, 2024
1 parent b5501eb commit fb2705d
Show file tree
Hide file tree
Showing 6 changed files with 856 additions and 953 deletions.
2 changes: 1 addition & 1 deletion pkg/subgraph/.graphclient/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3691,7 +3691,7 @@ export type getCommunityQueryVariables = Exact<{
}>;
export type getCommunityQuery = {
registryCommunity?: Maybe<(Pick<RegistryCommunity, 'communityName' | 'id' | 'covenantIpfsHash' | 'communityFee' | 'protocolFee' | 'registerStakeAmount' | 'registerToken'> & {
members?: Maybe<Array<Pick<MemberCommunity, 'id' | 'stakedTokens'>>>;
members?: Maybe<Array<Pick<MemberCommunity, 'memberAddress' | 'stakedTokens'>>>;
strategies?: Maybe<Array<(Pick<CVStrategy, 'id' | 'isEnabled' | 'poolAmount' | 'poolId' | 'token' | 'metadata'> & {
proposals: Array<Pick<CVProposal, 'id'>>;
config: Pick<CVStrategyConfig, 'proposalType' | 'pointSystem'>;
Expand Down
Loading

0 comments on commit fb2705d

Please sign in to comment.