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.
- package/github-schema.graphql +5 -1
- package/package.json +1 -1
package/github-schema.graphql
CHANGED
|
@@ -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
|
|