You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let query: ApolloClient.GraphQL_PPX.templateTagReturnType =
{
module J = {
external unsafe_expr: _ => _ = "#raw_expr";
};
J.unsafe_expr(
"(frag_0) => require(\"@apollo/client\").gql`\n query ........ ${frag_0}\n`",
);
}(
Fragment.query,
^^^^^^^^^^^^^^ this argument will not be used by the function.
);
Let me know, if you need more info on this 🙂
I am happy to help where I can!
The text was updated successfully, but these errors were encountered:
When I am using a fragment inside a query or mutation the warning number 20 is triggered.
My warnings config in the bsconfig.json looks like this:
The location in the ppxed code seems to be here:
Let me know, if you need more info on this 🙂
I am happy to help where I can!
The text was updated successfully, but these errors were encountered: