We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26565db commit 0331998Copy full SHA for 0331998
2 files changed
src/schema/feedV2.ts
@@ -100,6 +100,11 @@ export const feedV2TypeDefs = /* GraphQL */ `
100
"""
101
supportedTypes: [String!]
102
103
+ """
104
+ Deprecated, no longer in use. Kept for backwards compatibility.
105
106
+ noAi: Boolean = false
107
+
108
109
Number of highlights to include in a highlights item.
110
If zero or null, highlights items are not requested.
src/schema/feeds.ts
@@ -407,6 +407,11 @@ export const typeDefs = /* GraphQL */ `
407
Array of supported post types
408
409
410
411
412
413
414
415
): PostConnection! @auth
416
417
0 commit comments