Skip to content

Commit cdd4afb

Browse files
authored
Update objecttypes.rst
1 parent c9aa461 commit cdd4afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/objecttypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Let's see an example:
121121
return self.name
122122
123123
class Query(graphene.ObjectType):
124-
ship = graphene.Field(ShipNode)
124+
ship = graphene.Field(ShipType)
125125
126126
def resolve_ship(self, context, args, info):
127127
return Ship(name='xwing')

0 commit comments

Comments
 (0)