Skip to content

Commit 73b5d1d

Browse files
committed
Yet another incorrect field
1 parent 685ce85 commit 73b5d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ class PostCoverImage(sgqlc.types.Type):
394394

395395
class PostFeatures(sgqlc.types.Type):
396396
__schema__ = schema
397-
__field_names__ = ("table_of_contents", "badges")
397+
__field_names__ = ("table_of_contents")
398398
table_of_contents = sgqlc.types.Field(
399399
sgqlc.types.non_null("TableOfContentsFeature"), graphql_name="tableOfContents"
400400
)

0 commit comments

Comments
 (0)