diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index 9e25aeba79..2a56392dc9 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -45446,7 +45446,7 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc isEmployee: Boolean! """ - Whether or not this user is following the viewer. Inverse of viewer_is_following + Whether or not this user is following the viewer. Inverse of viewerIsFollowing """ isFollowingViewer: Boolean! @@ -46198,7 +46198,7 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc viewerCanFollow: Boolean! """ - Whether or not this user is followed by the viewer. Inverse of is_following_viewer. + Whether or not this user is followed by the viewer. Inverse of isFollowingViewer. """ viewerIsFollowing: Boolean! diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index 07ec3932de..543d58a381 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -56531,7 +56531,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & isEmployee: Boolean! """ - Whether or not this user is following the viewer. Inverse of viewer_is_following + Whether or not this user is following the viewer. Inverse of viewerIsFollowing """ isFollowingViewer: Boolean! @@ -57707,7 +57707,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & viewerCanSponsor: Boolean! """ - Whether or not this user is followed by the viewer. Inverse of is_following_viewer. + Whether or not this user is followed by the viewer. Inverse of isFollowingViewer. """ viewerIsFollowing: Boolean! diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index 07ec3932de..543d58a381 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -56531,7 +56531,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & isEmployee: Boolean! """ - Whether or not this user is following the viewer. Inverse of viewer_is_following + Whether or not this user is following the viewer. Inverse of viewerIsFollowing """ isFollowingViewer: Boolean! @@ -57707,7 +57707,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & viewerCanSponsor: Boolean! """ - Whether or not this user is followed by the viewer. Inverse of is_following_viewer. + Whether or not this user is followed by the viewer. Inverse of isFollowingViewer. """ viewerIsFollowing: Boolean! diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 872aa771c5..3711049eae 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -70249,7 +70249,7 @@ }, { "name": "isFollowingViewer", - "description": "

Whether or not this user is following the viewer. Inverse of viewer_is_following.

", + "description": "

Whether or not this user is following the viewer. Inverse of viewerIsFollowing.

", "type": "Boolean!", "id": "boolean", "kind": "scalars", @@ -72518,7 +72518,7 @@ }, { "name": "viewerIsFollowing", - "description": "

Whether or not this user is followed by the viewer. Inverse of is_following_viewer.

", + "description": "

Whether or not this user is followed by the viewer. Inverse of isFollowingViewer.

", "type": "Boolean!", "id": "boolean", "kind": "scalars", diff --git a/src/graphql/data/ghae/schema.json b/src/graphql/data/ghae/schema.json index 22793890de..6ccfa920af 100644 --- a/src/graphql/data/ghae/schema.json +++ b/src/graphql/data/ghae/schema.json @@ -59050,7 +59050,7 @@ }, { "name": "isFollowingViewer", - "description": "

Whether or not this user is following the viewer. Inverse of viewer_is_following.

", + "description": "

Whether or not this user is following the viewer. Inverse of viewerIsFollowing.

", "type": "Boolean!", "id": "boolean", "kind": "scalars", @@ -60498,7 +60498,7 @@ }, { "name": "viewerIsFollowing", - "description": "

Whether or not this user is followed by the viewer. Inverse of is_following_viewer.

", + "description": "

Whether or not this user is followed by the viewer. Inverse of isFollowingViewer.

", "type": "Boolean!", "id": "boolean", "kind": "scalars", diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 872aa771c5..3711049eae 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -70249,7 +70249,7 @@ }, { "name": "isFollowingViewer", - "description": "

Whether or not this user is following the viewer. Inverse of viewer_is_following.

", + "description": "

Whether or not this user is following the viewer. Inverse of viewerIsFollowing.

", "type": "Boolean!", "id": "boolean", "kind": "scalars", @@ -72518,7 +72518,7 @@ }, { "name": "viewerIsFollowing", - "description": "

Whether or not this user is followed by the viewer. Inverse of is_following_viewer.

", + "description": "

Whether or not this user is followed by the viewer. Inverse of isFollowingViewer.

", "type": "Boolean!", "id": "boolean", "kind": "scalars",