I get the error above when trying to create someth...
# orm-help
r
I get the error above when trying to create something with connected entities, like this:
Copy code
mutation {
  createAttachment(data:{
    name: "teste",
    description:"desc",
    type: ARTICLE,
    kind:WEB,
    imageUrl:"<http://www.google.com>",
    url:"<http://www.google.com>"
    organizations:{
      connect: [{
        id: "cjgsibg858lms0b06p4a6lgj4"
      }]
    }
  }) {
    id
    name
  }
}
n
@rafaelcorreiapoli, is it like this error: https://github.com/graphcool/prisma/issues/2351?