File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -26292,6 +26292,11 @@ type Repository implements Node & ProjectOwner & RegistryPackageOwner & Registry
26292
26292
Returns the last _n_ elements from the list.
26293
26293
"""
26294
26294
last: Int
26295
+
26296
+ """
26297
+ Filters users with query on user name and login
26298
+ """
26299
+ query: String
26295
26300
): UserConnection!
26296
26301
26297
26302
"""
Original file line number Diff line number Diff line change 7233
7233
"name": "mentionableUsers",
7234
7234
"description": "A list of Users that can be mentioned in the context of the repository.",
7235
7235
"args": [
7236
+ {
7237
+ "name": "query",
7238
+ "description": "Filters users with query on user name and login",
7239
+ "type": {
7240
+ "kind": "SCALAR",
7241
+ "name": "String",
7242
+ "ofType": null
7243
+ },
7244
+ "defaultValue": null
7245
+ },
7236
7246
{
7237
7247
"name": "after",
7238
7248
"description": "Returns the elements in the list that come after the specified cursor.",
You can’t perform that action at this time.
0 commit comments