tsingsun / yii2-graphql

facebook graphql server side for yii2 php framework
98 stars 26 forks source link

Events for beforeResolve and beforeValidate #9

Open mikolajzieba opened 5 years ago

mikolajzieba commented 5 years ago

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?

tsingsun commented 5 years ago

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