Skip to content

Commit c07dde8

Browse files
authored
Merge pull request #600 from gampleman/adds-deprecation-to-description
Adds deprecation tag and reason to description
2 parents 74c10d3 + 8cc4e10 commit c07dde8

File tree

83 files changed

+138
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+138
-1
lines changed

ete_tests/no-format-example/GithubNoFormat/Interface/Comment.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ publishedAt =
132132

133133

134134
{-| Identifies the date and time when the object was last updated.
135+
@deprecated General type updated timestamps will eventually be replaced by other field specific timestamps. Removal on 2018-07-01 UTC.
135136
-}
136137
updatedAt : SelectionSet GithubNoFormat.ScalarCodecs.DateTime GithubNoFormat.Interface.Comment
137138
updatedAt =

ete_tests/no-format-example/GithubNoFormat/Interface/Reactable.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ maybeFragments =
5656
onPullRequestReviewComment = Graphql.SelectionSet.empty |> Graphql.SelectionSet.map (\_ -> Nothing)
5757
}
5858
{-| Identifies the primary key from the database.
59+
@deprecated Exposed database IDs will eventually be removed in favor of global Relay IDs. Use `Node.id` instead. Removal on 2018-07-01 UTC.
5960
-}
6061
databaseId : SelectionSet (Maybe Int) GithubNoFormat.Interface.Reactable
6162
databaseId =

ete_tests/no-format-example/GithubNoFormat/Interface/RepositoryInfo.elm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ isPrivate =
131131

132132

133133
{-| The license associated with the repository
134+
@deprecated Field `license` will be replaced by a more detailed license object. Use `Repository.licenseInfo` instead. Removal on 2018-07-01 UTC.
134135
-}
135136
license : SelectionSet (Maybe String) GithubNoFormat.Interface.RepositoryInfo
136137
license =
@@ -217,6 +218,7 @@ shortDescriptionHTML fillInOptionals____ =
217218

218219

219220
{-| Identifies the date and time when the object was last updated.
221+
@deprecated General type updated timestamps will eventually be replaced by other field specific timestamps. Removal on 2018-07-01 UTC.
220222
-}
221223
updatedAt : SelectionSet GithubNoFormat.ScalarCodecs.DateTime GithubNoFormat.Interface.RepositoryInfo
222224
updatedAt =

ete_tests/no-format-example/GithubNoFormat/Object/AddedToProjectEvent.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ createdAt =
3232

3333

3434
{-| Identifies the primary key from the database.
35+
@deprecated Exposed database IDs will eventually be removed in favor of global Relay IDs. Use `Node.id` instead. Removal on 2018-07-01 UTC.
3536
-}
3637
databaseId : SelectionSet (Maybe Int) GithubNoFormat.Object.AddedToProjectEvent
3738
databaseId =

ete_tests/no-format-example/GithubNoFormat/Object/BaseRefChangedEvent.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ createdAt =
3232

3333

3434
{-| Identifies the primary key from the database.
35+
@deprecated Exposed database IDs will eventually be removed in favor of global Relay IDs. Use `Node.id` instead. Removal on 2018-07-01 UTC.
3536
-}
3637
databaseId : SelectionSet (Maybe Int) GithubNoFormat.Object.BaseRefChangedEvent
3738
databaseId =

ete_tests/no-format-example/GithubNoFormat/Object/Bot.elm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ createdAt =
4545

4646

4747
{-| Identifies the primary key from the database.
48+
@deprecated Exposed database IDs will eventually be removed in favor of global Relay IDs. Use `Node.id` instead. Removal on 2018-07-01 UTC.
4849
-}
4950
databaseId : SelectionSet (Maybe Int) GithubNoFormat.Object.Bot
5051
databaseId =
@@ -71,6 +72,7 @@ resourcePath =
7172

7273

7374
{-| Identifies the date and time when the object was last updated.
75+
@deprecated General type updated timestamps will eventually be replaced by other field specific timestamps. Removal on 2018-07-01 UTC.
7476
-}
7577
updatedAt : SelectionSet GithubNoFormat.ScalarCodecs.DateTime GithubNoFormat.Object.Bot
7678
updatedAt =

ete_tests/no-format-example/GithubNoFormat/Object/ClosedEvent.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ closer object____ =
4141

4242

4343
{-| Identifies the commit associated with the 'closed' event.
44+
@deprecated `ClosedEvent` may be associated with other objects than a commit. Use ClosedEvent.closer instead. Removal on 2018-07-01 UTC.
4445
-}
4546
commit : SelectionSet decodesTo GithubNoFormat.Object.Commit
4647
-> SelectionSet (Maybe decodesTo) GithubNoFormat.Object.ClosedEvent

ete_tests/no-format-example/GithubNoFormat/Object/CommentDeletedEvent.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ createdAt =
3232

3333

3434
{-| Identifies the primary key from the database.
35+
@deprecated Exposed database IDs will eventually be removed in favor of global Relay IDs. Use `Node.id` instead. Removal on 2018-07-01 UTC.
3536
-}
3637
databaseId : SelectionSet (Maybe Int) GithubNoFormat.Object.CommentDeletedEvent
3738
databaseId =

ete_tests/no-format-example/GithubNoFormat/Object/CommitComment.elm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ createdViaEmail =
7070

7171

7272
{-| Identifies the primary key from the database.
73+
@deprecated Exposed database IDs will eventually be removed in favor of global Relay IDs. Use `Node.id` instead. Removal on 2018-07-01 UTC.
7374
-}
7475
databaseId : SelectionSet (Maybe Int) GithubNoFormat.Object.CommitComment
7576
databaseId =
@@ -173,6 +174,7 @@ resourcePath =
173174

174175

175176
{-| Identifies the date and time when the object was last updated.
177+
@deprecated General type updated timestamps will eventually be replaced by other field specific timestamps. Removal on 2018-07-01 UTC.
176178
-}
177179
updatedAt : SelectionSet GithubNoFormat.ScalarCodecs.DateTime GithubNoFormat.Object.CommitComment
178180
updatedAt =

ete_tests/no-format-example/GithubNoFormat/Object/ConvertedNoteToIssueEvent.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ createdAt =
3232

3333

3434
{-| Identifies the primary key from the database.
35+
@deprecated Exposed database IDs will eventually be removed in favor of global Relay IDs. Use `Node.id` instead. Removal on 2018-07-01 UTC.
3536
-}
3637
databaseId : SelectionSet (Maybe Int) GithubNoFormat.Object.ConvertedNoteToIssueEvent
3738
databaseId =

0 commit comments

Comments
 (0)