Skip to content

Commit

Permalink
Nested create or connect operation (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrick committed Jun 10, 2020
1 parent f64916f commit dc0f43d
Show file tree
Hide file tree
Showing 23 changed files with 1,930 additions and 365 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class NestedConnectMutationInsideCreateSpec extends FlatSpec with Matchers with
errorCode = 2014,
errorContains = """The change you are trying to make would violate the required relation 'ChildToParent' between the `Child` and `Parent` models"""
)

}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class NestedConnectMutationInsideUpdateSpec extends FlatSpec with Matchers with
| create: {c: "c2", c_1: "c", c_2: "2"}
| }
| }){
| ${t.parent.selection}
| ${t.parent.selection}
| }
|}""",
project
Expand Down

0 comments on commit dc0f43d

Please sign in to comment.