fix: admin contribute list + source permission

This commit is contained in:
NGPixel
2020-01-18 15:18:41 -05:00
parent c04eea9c2b
commit 91e897ccd9
6 changed files with 1219 additions and 549 deletions

View File

@@ -19,15 +19,11 @@ type ContributeQuery {
# -----------------------------------------------
type ContributeContributor {
company: String!
currency: String!
description: String!
id: Int!
image: String!
id: String!
source: String!
name: String!
profile: String!
tier: String!
totalDonated: Int!
twitter: String!
website: String!
joined: Date!
website: String
twitter: String
avatar: String
}