Seu ciclo de vendas pode ser mais rápido (e inteligente) do que você imagina 🎯
Hi, im trying tu create a card relation
mutation {
createCardRelation(input: {
parentId : 8050[my card parent id],
childId : 6552[mi card child id],
sourceType : "PipeRelation",
sourceId : "some[i donr not what put here!]"
}) {
clientMutationId
}
If i setup the sourceId as my organization id then i get “"Validation failed: Source Source PipeRelation is not connected to repo”
Best answer by genietim
Yes, the error already shows you that what you put in “sourceId” is incorrect.
In your case, you need to figure out the id of the pipe relation:
you can query all the child pipe relations of one pipe like this:
1query {2 pipe(id: [yourPipeId]) {3 childrenRelations {4 id, name5 }6 }7}
use the resulting id of the connection you are interested in for the “sourceId”.
@genietim thanks for helping me!It works fine!
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.
We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.