Create beautiful GraphQL docs for your APIs within seconds.
We’re currently working on a sophisticated, hosted solution with plenty of features. Curious?
"""A single film.""" type Film { """The title of this film.""" title: String """The episode number of this film.""" episodeID: Int """The opening paragraphs at.""" openingCrawl: String """The name of the director of this film.""" director: String }