You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting blank on the model field to False. Why does Graphene throw a Expected "Foo!" error on an update? Shouldn't this only happen on a create? Because having to pass in unnecessary data seem to go against the whole purpose of GraphQL.