You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Model): retrieve correct associated target name (#965)
* another option for the wrong columnName fix
* updated Graphql level logic
* addressed some comments
* refactor
* protocol changes
* rename graphQLFilter to getGraphQLFilter
* changed columnMethod a little bit
* increase code coverage
* addressed some of John's comments
* Updated method resolveColumn
* To address team discussion comments
* addressed one comment about a unit test in DataStore
Co-authored-by: Guo <[email protected]>
Copy file name to clipboardexpand all lines: AmplifyPlugins/API/AWSAPICategoryPluginFunctionalTests/GraphQLModelBased/GraphQLConnectionScenario1Tests.swift
-1
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,6 @@ class GraphQLConnectionScenario1Tests: XCTestCase {
Copy file name to clipboardexpand all lines: AmplifyPlugins/API/AWSAPICategoryPluginFunctionalTests/GraphQLModelBased/GraphQLConnectionScenario4Tests.swift
-1
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,6 @@ class GraphQLConnectionScenario4Tests: XCTestCase {
Copy file name to clipboardexpand all lines: AmplifyPlugins/API/AWSAPICategoryPluginFunctionalTests/GraphQLModelBased/GraphQLConnectionScenario5Tests.swift
-2
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,6 @@ class GraphQLConnectionScenario5Tests: XCTestCase {
65
65
Amplify.reset()
66
66
}
67
67
68
-
// TODO: This test will fail until https://github.com/aws-amplify/amplify-ios/pull/885 is merged in
69
68
func testListPostEditorByPost(){
70
69
guardlet post =createPost(title:"title")else{
71
70
XCTFail("Could not create post")
@@ -98,7 +97,6 @@ class GraphQLConnectionScenario5Tests: XCTestCase {
0 commit comments