github-schema 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37376,7 +37376,11 @@ type Query {
37376
37376
  last: Int
37377
37377
 
37378
37378
  """
37379
- The search string to look for.
37379
+ The search string to look for. GitHub search syntax is supported. For more
37380
+ information, see "[Searching on
37381
+ GitHub](https://docs.github.com/search-github/searching-on-github),"
37382
+ "[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax),"
37383
+ and "[Sorting search results](https://docs.github.com/search-github/getting-started-with-searching-on-github/sorting-search-results)."
37380
37384
  """
37381
37385
  query: String!
37382
37386
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-schema",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "GitHub's GraphQL schema",
5
5
  "type": "module",
6
6
  "author": {