yii2-graphql icon indicating copy to clipboard operation
yii2-graphql copied to clipboard

Events for beforeResolve and beforeValidate

Open SomeDevSpace opened this issue 7 years ago • 1 comments

Hello,

Is there any possibility to make use of events in the yii2-graphql library? I would like to check method (POST for all mutations) and making use of events to write a proper behavior would be great. Is there any option currently for achieving this?

SomeDevSpace avatar Oct 02 '18 09:10 SomeDevSpace

GraphQLModel extend Yii2 Model,and events of controller and action object ,not meeting the requirements?

tsingsun avatar Jan 09 '19 01:01 tsingsun