SCALAR
Text
The 'Text' scalar type is like String except can hold values of much longer length.
The String type has a max length of 767 bytes due to indexing constraints.
Text on the other hand can hold values of up to a length of 2^16 bytes.
link GraphQL Schema definition
- scalar Text
link Require by
- CreateEpisodeInputnull
- CreateMarkerInputnull
- EpisodeThe Episode type
- EpisodeAggregationsMaxnull
- EpisodeAggregationsMinnull
- EpisodeLongDescriptionSubscriptionFiltersnull
- EpisodeLongDescriptionWhereArgsnull
- MarkerThe Marker type
- MarkerAggregationsMaxnull
- MarkerAggregationsMinnull
- MarkerPopupSubscriptionFiltersnull
- MarkerPopupWhereArgsnull
- UpdateEpisodeInputnull
- UpdateMarkerInputnull