OBJECT
Episode
The Episode type
link GraphQL Schema definition
- type Episode implements Node, Timestamped {
- : String
- : String
- : String!
- : DateTime
- : JSON
- : [String]
- : [String]
- # When paired with the Node interface, this is an automatically managed
- #
- # timestamp that is set when an object is first created.
- : DateTime!
- : Text
- # When paired with the Node interface, this is an automatically managed
- #
- # timestamp that is set whenever an object is mutated.
- : DateTime!
- # A globally unique ID.
- : ID!
- : String
- : [String]
- }