Unhandled Rejection (Error): Variable type provided [About!] is incompatible with expected type [AboutRef!]

You can change this:

$specification: [About!]

to this:

$specification: [AboutRef!]

And it should work if you are passing in an array of objects that each have an About ID.

1 Like