Object Star Wars::Film
A Film is a single film.
Fields
characters(filter: PersonFilter, orderBy: PersonOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Person!]
createdAt: DateTime!
director: String
The name of the director of this film.
episodeId: Int!
The episode number of this film.
id: ID!
isPublished: Boolean!
indicates if the record is published
openingCrawl: String
The opening paragraphs at the beginning of this film.
planets(filter: PlanetFilter, orderBy: PlanetOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Planet!]
producers: [String!]
The names of the producers of this film.
releaseDate: DateTime
The ISO 8601 date format of film release at original creator country.
species(filter: SpeciesFilter, orderBy: SpeciesOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Species!]
starships(filter: StarshipFilter, orderBy: StarshipOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Starship!]
title: String!
The title of this film
updatedAt: DateTime!
vehicles(filter: VehicleFilter, orderBy: VehicleOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): [Vehicle!]
_charactersMeta(filter: PersonFilter, orderBy: PersonOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!
Meta information about the query.
_planetsMeta(filter: PlanetFilter, orderBy: PlanetOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!
Meta information about the query.
_speciesMeta(filter: SpeciesFilter, orderBy: SpeciesOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!
Meta information about the query.
_starshipsMeta(filter: StarshipFilter, orderBy: StarshipOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!
Meta information about the query.
_vehiclesMeta(filter: VehicleFilter, orderBy: VehicleOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): _QueryMeta!
Meta information about the query.