OBJECT
UpdateEpisodePayload
link GraphQL Schema definition
- type UpdateEpisodePayload {
- # The mutated Episode.
- Episode :
- # An edge containing the mutated Episode. Use this to update your client side
- # cache.
- EpisodeEdge :
- # A view port into your application.
- Viewer :
- # An opaque string used by frontend frameworks like relay to track requests and
- # responses.
- String :
- }