OBJECT
type GiblibVideo implements Node {id: ID! externalID: Int! title: String posterURL: String videoURL: String publishedAt: Time createdAt: Time! updatedAt: Time! mirroredVideoURL: String mirroredAudioURL: String post: Post }