Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit a747a1b

Browse files
authored
Merge pull request #2585 from atom/schema-update/1607045700373
GraphQL schema update
2 parents 1140e43 + 6375d45 commit a747a1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graphql/schema.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8321,6 +8321,9 @@ type MarketplaceListing implements Node {
83218321
"""Does this listing have a terms of service link?"""
83228322
hasTermsOfService: Boolean!
83238323

8324+
"""Whether the creator of the app is a verified org"""
8325+
hasVerifiedOwner: Boolean!
8326+
83248327
"""A technical description of how this app works with GitHub."""
83258328
howItWorks: String
83268329

0 commit comments

Comments
 (0)