Comment on Ask HN: Which line of code you have written will be executed the most?Comments−luhego6yA decorator that checks if the user is logged before running a GraphQL mutation.@login_requireddef mutate(...):
Comments
A decorator that checks if the user is logged before running a GraphQL mutation.
@login_required
def mutate(...):