DataStoreSyncConflict
public struct DataStoreSyncConflict : @unchecked Sendable
Information about a conflict that occurred attempting to sync a local model with a remote model
-
Declaration
Swift
public let localModel: Model -
Declaration
Swift
public let remoteModel: Model -
Declaration
Swift
public let errors: [GraphQLError]? -
Declaration
Swift
public let mutationType: GraphQLMutationType
View on GitHub