Skip to content

Commit

Permalink
fix: description update (#883)
Browse files Browse the repository at this point in the history
* WIP: schema.graphql changed - please review

* build: schema.json and schema.d.ts updated

---------

Co-authored-by: Octokit Bot <octokitbot@martynus.net>
  • Loading branch information
octokitbot and Octokit Bot authored Jan 15, 2024
1 parent 6817e3b commit 7ba0e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -38647,7 +38647,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
last: Int

"""
A list of names to filter the assets by.
A name to filter the assets by.
"""
name: String
): ReleaseAssetConnection!
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -100918,7 +100918,7 @@
},
{
"name": "name",
"description": "A list of names to filter the assets by.",
"description": "A name to filter the assets by.",
"type": {
"kind": "SCALAR",
"name": "String",
Expand Down

0 comments on commit 7ba0e1e

Please sign in to comment.