Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Aug 23, 2023
1 parent 8f7b90c commit 08756cd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions graphql/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,13 @@ type Token implements Node @goEmbedHelper {
isSpamByProvider: Boolean @goField(forceResolver: true)

# Returns an admires connection
admires(before: String, after: String, first: Int, last: Int, userID: DBID): TokenAdmiresConnection
@goField(forceResolver: true)
admires(
before: String
after: String
first: Int
last: Int
userID: DBID
): TokenAdmiresConnection @goField(forceResolver: true)
# These are subject to change; unlike the other fields, they aren't present on the current persist.Token
# struct and may ultimately end up elsewhere
creatorAddress: ChainAddress
Expand Down

0 comments on commit 08756cd

Please sign in to comment.