Introspection must provide input type for arguments, but received

Hi!

I am trying to create a Custom Resolver with a custom input type in the form of an array of objects. No GraphQL Warnings are generated, but if I go to the GraphQL>Schema tab I get the following error code:

“Introspection must provide input type for arguments, but received: [ArrayOfShirtItem].”

This is what my custom resolver custom input type looks like: https://jsonblob.com/1d5368db-0dfb-11eb-a6df-a7f5e0d24313

Can you tell me what might be wrong?

Hi Petas,

This seems like a bug which we’re investigating, thanks for flagging and I’ll keep this post updated.

Hi @petas, we fixed this bug in our recent release and this should be working now. Let me know if you run into any issues.

2 Likes

Awesome!

We decided on another approach, but the time will probably come when we will try this again. If we encounter some problems then we will reach out again!

Thanks a lot Sumedha!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.