Hello, I need to use APi to pull the phase of the card, or rather its name, gives the following error:
No query string was present
What exactly do I need to enter for the call to be correct?
Using this Body:
query {
card(id: 513360781) {
title
current_phase {
name
}
id
updated_at
}
}