Skip to content

Commit

Permalink
Merge 84fc2e3 into e71b59a
Browse files Browse the repository at this point in the history
  • Loading branch information
scotmatson committed Jul 26, 2017
2 parents e71b59a + 84fc2e3 commit 833f1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADE-v2.0.md
Expand Up @@ -124,8 +124,8 @@ Example. Before:
class UserInput(InputObjectType):
id = ID()

def is_user_id(id):
return id.startswith('userid_')
def is_user_id(id):
return id.startswith('userid_')

class Query(ObjectType):
user = graphene.Field(User, input=UserInput())
Expand Down

0 comments on commit 833f1f0

Please sign in to comment.