Skip to main content

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

  • March 4, 2024
  • 3 replies
  • 333 views

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

3 replies

  • Participating Frequently
  • March 4, 2024

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.

GraphQL API

See minor change #3


  • Author
  • New Participant
  • March 4, 2024

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


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • March 7, 2024

Thank you @anon29275264 !!