amplify-swift/AmplifyPlugins/Core/AWSPluginsCoreTests/Model/GraphQLDocument
Diego Costantino cd4874e117
feat(datastore): support for readonly fields (#1133)
* feat(datastore): support createdAt and updatedAt model fields

* feat(datastore): readonly fields tests

* feat(datastore): fix typo in docs

* feat(datastore): support createdAt and updatedAt model fields

* update tests

* hasOne and delete mutation tests

* hasOne and update mutation tests

* feat(datastore): use bool instead of enum for readonly fields

* query tests

* add comment, rename method name to make it more explicit
2021-04-19 15:49:16 -07:00
..
GraphQLCreateMutationTests.swift feat(datastore): support for readonly fields (#1133) 2021-04-19 15:49:16 -07:00
GraphQLDeleteMutationTests.swift feat(datastore): support for readonly fields (#1133) 2021-04-19 15:49:16 -07:00
GraphQLGetQueryTests.swift feat(datastore): support for readonly fields (#1133) 2021-04-19 15:49:16 -07:00
GraphQLListQueryTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
GraphQLSubscriptionTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
GraphQLSyncQueryTests.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
GraphQLUpdateMutationTests.swift feat(datastore): support for readonly fields (#1133) 2021-04-19 15:49:16 -07:00