mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-11 04:07:57 +03:00
commit
efc8fd6633
|
@ -106,5 +106,5 @@ method to your ``DjangoObjectType``.
|
||||||
return None
|
return None
|
||||||
|
|
||||||
if post.published or context.user == post.owner:
|
if post.published or context.user == post.owner:
|
||||||
return instance
|
return post
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user