We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685ce85 commit 73b5d1dCopy full SHA for 73b5d1d
src/schema.py
@@ -394,7 +394,7 @@ class PostCoverImage(sgqlc.types.Type):
394
395
class PostFeatures(sgqlc.types.Type):
396
__schema__ = schema
397
- __field_names__ = ("table_of_contents", "badges")
+ __field_names__ = ("table_of_contents")
398
table_of_contents = sgqlc.types.Field(
399
sgqlc.types.non_null("TableOfContentsFeature"), graphql_name="tableOfContents"
400
)
0 commit comments