Graphql policy

my organization is using apigee on perm where graphql policy is not present. if we need to add what is the procedure, please let me know its urgent 

0 1 150
1 REPLY 1

The builtin policy is not supported in OPDK. 

I don't know of any engineering plans, or if there is an engineering plan, to deliver the GraphQL policy into OPDK. 

In the meantime, you may have to build something yourself. There are ways to support GraphQL within Apigee.  You'd have to parse the queries yourself - you can use JS to do that.  And then apply an authorization check to that query. 

There are prior screencasts / videos describing this approach I think.  Miguel Mendoza published one, some few years back.