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
I have been using graphene-mongo for a while now. I use all resolvers and mutations post validation of an Access token in the HTTP Authorization header. However, I am not aware of how I can do that for a MongoengineCollectionField
My question is, what does this object return? and is there a way I can write a resolver for this with the Authorization validation done before allowing access
The text was updated successfully, but these errors were encountered:
Hi
I have been using graphene-mongo for a while now. I use all resolvers and mutations post validation of an Access token in the HTTP
Authorization
header. However, I am not aware of how I can do that for aMongoengineCollectionField
For example, I have defined it as follows
and it works functionally as expected
My question is, what does this object return? and is there a way I can write a resolver for this with the Authorization validation done before allowing access
The text was updated successfully, but these errors were encountered: