I'm having a problem executing the query "card(id: "2jw9V38Y") { title }". I'm getting the id of the card through the instance "window.PipefyApp.init().card()", this in the front-end, but this id doesn't seem valid for graphiql operations. If I copy the id contained in the browser's url (id only with numbers), the query returns the data correctly.
Solved
"Id" obtained from frontend doesn't work in graphiql.
Best answer by Lais Laudari
Hi
It seems you get the suid and you need to get the card id!
This is the query to get the card id:
{
cards(pipe_id: 1178636) {
edges {
node {
id
title
assignees {
id
}
}
}
}
}
Let me know if I cant help with anything else!😉
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.