Skip to content

Commit

Permalink
ran script/graphql/update-files.js (github#16842)
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Dec 14, 2020
1 parent 2538a79 commit fc6af9d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -13418,6 +13418,11 @@ type MarketplaceListing implements Node {
"""
hasTermsOfService: Boolean!

"""
Whether the creator of the app is a verified org
"""
hasVerifiedOwner: Boolean!

"""
A technical description of how this app works with GitHub.
"""
Expand Down
13 changes: 13 additions & 0 deletions lib/graphql/static/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Field `hasVerifiedOwner` was added to object type `MarketplaceListing`"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2020-12-09"
},
{
"date": "2020-11-13",
"schemaChanges": [
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/static/prerendered-objects.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions lib/graphql/static/schema-dotcom.json
Original file line number Diff line number Diff line change
Expand Up @@ -21683,6 +21683,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "hasVerifiedOwner",
"description": "<p>Whether the creator of the app is a verified org.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "howItWorks",
"description": "<p>A technical description of how this app works with GitHub.</p>",
Expand Down

0 comments on commit fc6af9d

Please sign in to comment.