saeed-rostami

Results 1 issues of saeed-rostami

add @withoutGlobalScopes directive which works on argument to ignore global scopes that are defined in the model. type Query { posts ( allPosts (Bool @withoutGlobalScopes (names : ["scheduled"]) ) }

enhancement