Skip to content

Commit

Permalink
PAY-1524: Added new feature flag + updated Schema.json (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkariang committed Apr 26, 2022
1 parent ff0923b commit 23e8eef
Show file tree
Hide file tree
Showing 3 changed files with 1,628 additions and 248 deletions.
4 changes: 3 additions & 1 deletion app/src/main/graphql/fragments.graphql
Expand Up @@ -108,7 +108,6 @@ fragment fullProject on Project {
items {
... rewardItems
}

}
}
risks
Expand Down Expand Up @@ -286,6 +285,9 @@ fragment reward on Reward {
startsAt
endsAt
rewardType
localReceiptLocation {
... location
}
}

fragment environmentalCommitment on EnvironmentalCommitment {
Expand Down

0 comments on commit 23e8eef

Please sign in to comment.