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

Commit 6375d45

Browse files
committed
⬆️ GraphQL schema
1 parent 1140e43 commit 6375d45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graphql/schema.graphql

+3
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)