File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23942,6 +23942,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2394223942 """
2394323943 last: Int
2394423944
23945+ """
23946+ Filter mannequins by login.
23947+ """
23948+ login: String
23949+
2394523950 """
2394623951 Ordering options for mannequins returned from the connection.
2394723952 """
Original file line number Diff line number Diff line change @@ -27357,6 +27357,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2735727357 """
2735827358 last: Int
2735927359
27360+ """
27361+ Filter mannequins by login.
27362+ """
27363+ login: String
27364+
2736027365 """
2736127366 Ordering options for mannequins returned from the connection.
2736227367 """
Original file line number Diff line number Diff line change @@ -27357,6 +27357,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2735727357 """
2735827358 last: Int
2735927359
27360+ """
27361+ Filter mannequins by login.
27362+ """
27363+ login: String
27364+
2736027365 """
2736127366 Ordering options for mannequins returned from the connection.
2736227367 """
Original file line number Diff line number Diff line change 11[
2+ {
3+ "schemaChanges": [
4+ {
5+ "title": "The GraphQL schema includes these changes:",
6+ "changes": [
7+ "<p>Argument <code>login: String</code> added to field <code>Organization.mannequins</code></p>"
8+ ]
9+ }
10+ ],
11+ "previewChanges": [],
12+ "upcomingChanges": [],
13+ "date": "2023-07-11"
14+ },
215 {
316 "schemaChanges": [
417 {
Original file line number Diff line number Diff line change 3821138211 "href": "/graphql/reference/scalars#int"
3821238212 }
3821338213 },
38214+ {
38215+ "name": "login",
38216+ "description": "<p>Filter mannequins by login.</p>",
38217+ "type": {
38218+ "name": "String",
38219+ "id": "string",
38220+ "kind": "scalars",
38221+ "href": "/graphql/reference/scalars#string"
38222+ }
38223+ },
3821438224 {
3821538225 "name": "orderBy",
3821638226 "description": "<p>Ordering options for mannequins returned from the connection.</p>",
Original file line number Diff line number Diff line change 3354633546 "href": "/graphql/reference/scalars#int"
3354733547 }
3354833548 },
33549+ {
33550+ "name": "login",
33551+ "description": "<p>Filter mannequins by login.</p>",
33552+ "type": {
33553+ "name": "String",
33554+ "id": "string",
33555+ "kind": "scalars",
33556+ "href": "/graphql/reference/scalars#string"
33557+ }
33558+ },
3354933559 {
3355033560 "name": "orderBy",
3355133561 "description": "<p>Ordering options for mannequins returned from the connection.</p>",
Original file line number Diff line number Diff line change 3821138211 "href": "/graphql/reference/scalars#int"
3821238212 }
3821338213 },
38214+ {
38215+ "name": "login",
38216+ "description": "<p>Filter mannequins by login.</p>",
38217+ "type": {
38218+ "name": "String",
38219+ "id": "string",
38220+ "kind": "scalars",
38221+ "href": "/graphql/reference/scalars#string"
38222+ }
38223+ },
3821438224 {
3821538225 "name": "orderBy",
3821638226 "description": "<p>Ordering options for mannequins returned from the connection.</p>",
You can’t perform that action at this time.
0 commit comments