Skip to content

Commit

Permalink
Merge pull request #21 from drips-network/jason/remove-support-group
Browse files Browse the repository at this point in the history
remove unimplemented supportgroup stub
  • Loading branch information
efstajas authored Jun 26, 2024
2 parents 08ab478 + 7ce44ff commit 0fa15ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/common/commonResolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ const commonResolvers = {
stream: (parent: ProtoStream) => parent,
date: (parent: ProtoStream) => parent.createdAt,
},
SupportGroup: {
// TODO: implement.
},
};

export default commonResolvers;
5 changes: 0 additions & 5 deletions src/common/commonTypeDef.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,10 @@ const commonTypeDef = gql`
amount: String!
}
type SupportGroup {
items: [Support!]
}
union SupportItem =
DripListSupport
| ProjectSupport
| OneTimeDonationSupport
| SupportGroup
| StreamSupport
union Support =
Expand Down

0 comments on commit 0fa15ca

Please sign in to comment.