Any problem passing a Salesforce security review if LWCs are using GraphQL?

Any problem passing a Salesforce security review if LWCs are using GraphQL?

GraphQL queries can be made from LWCs as below (from a GraphQL document Make Your Variables Reactive): @wire(graphql, { query: gql` query …

 

Read More