You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.',
281
322
text: 'String',
@@ -354,6 +395,16 @@ export function getHints() {
354
395
text: 'Entity',
355
396
type: 'Union',
356
397
},
398
+
{
399
+
description: '',
400
+
text: 'Subscription',
401
+
type: 'Object',
402
+
},
403
+
{
404
+
description: '',
405
+
text: 'LikeStorySubscriptionPayload',
406
+
type: 'Object',
407
+
},
357
408
],
358
409
359
410
InputTypes: [
@@ -372,6 +423,11 @@ export function getHints() {
372
423
text: 'CustomScalar',
373
424
type: 'Scalar',
374
425
},
426
+
{
427
+
description: '',
428
+
text: 'LikeStorySubscriptionInput',
429
+
type: 'Input',
430
+
},
375
431
{
376
432
description: 'The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.',
"# The \`ID\` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \`\\"4\\"\`) or integer (such as \`4\`) input value will be accepted as an ID.",
293
+
],
294
+
}
295
+
`;
296
+
297
+
exports[`subscriptions type: include description 1`] =`
0 commit comments