Skip to content

Commit

Permalink
Merge f3144bf into f76f38e
Browse files Browse the repository at this point in the history
  • Loading branch information
ma1onso committed Sep 26, 2018
2 parents f76f38e + f3144bf commit cfe6ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authorization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ method to your ``DjangoObjectType``.
interfaces = (relay.Node, )
@classmethod
def get_node(cls, id, info):
def get_node(cls, info, id):
try:
post = cls._meta.model.objects.get(id=id)
except cls._meta.model.DoesNotExist:
Expand Down

0 comments on commit cfe6ba0

Please sign in to comment.