Type mismatch on variable $boardId and argument board_id (Int! / ID!)

I didn’t understand this error. It used to be normal, but now it says “Type mismatch on variable $boardId and argument board_id (Int!/ID!)”. I don’t understand that my boardId is already an integer

You are using variables. In API 2023-10 and later, board IDs changed from Int to type ID. Type ID is an integer or string, rather than just an integer - in conformance to GraphQL specifications.

See minor change #3

1 Like

thank you,You’ve been bothering me for a long time

Thank you @anon29275264 !!