Skip to content

Commit

Permalink
Small typo in FilmType.planetConnection field
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanbiv committed Nov 12, 2015
1 parent fcc0df0 commit aa66e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/types/film.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var FilmType = new GraphQLObjectType({
PersonType
),
planetConnection: connectionFromUrls(
'FilmPlants',
'FilmPlanets',
'planets',
PlanetType
),
Expand Down

0 comments on commit aa66e35

Please sign in to comment.