Skip to content

Commit bb4eb70

Browse files
committed
fix: strip undefined
1 parent 8c33f83 commit bb4eb70

File tree

6 files changed

+7401
-71
lines changed

6 files changed

+7401
-71
lines changed

schema/schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type Author {
33
"The internal identifier of the author."
44
id: ID! # the ! means that every author object _must_ have an id
55
"The first name of the author. It might not be the legal name. It's just a name mate...."
6-
firstName: String
6+
firstName: String @deprecated(reason:"this is bad")
77
"The last name of the author. It might be everything as we do not run Know Your Author."
88
lastName: String
99
"""

0 commit comments

Comments
 (0)