feature: @oneOf input object support #74
Annotations
10 warnings
Build and Test:
apollo-ios/Sources/Apollo/GraphQLError.swift#L10
stored property 'object' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONObject' (aka 'Dictionary<String, AnyHashable>'); this is an error in the Swift 6 language mode
|
Build and Test:
apollo-ios/Sources/Apollo/GraphQLError.swift#L10
stored property 'object' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONObject' (aka 'Dictionary<String, AnyHashable>'); this is an error in the Swift 6 language mode
|
Build and Test:
apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift#L8
class 'GraphQLError' must restate inherited '@unchecked Sendable' conformance
|
Build and Test:
apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift#L78
class 'GraphQLSchemaValidationError' must restate inherited '@unchecked Sendable' conformance
|
Build and Test:
apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L67
class 'GraphQLScalarType' must restate inherited '@unchecked Sendable' conformance
|
Build and Test:
apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L99
class 'GraphQLEnumType' must restate inherited '@unchecked Sendable' conformance
|
Build and Test:
apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L155
class 'GraphQLInputObjectType' must restate inherited '@unchecked Sendable' conformance
|
Build and Test:
apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L221
class 'GraphQLCompositeType' must restate inherited '@unchecked Sendable' conformance
|
Build and Test:
apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L237
class 'GraphQLObjectType' must restate inherited '@unchecked Sendable' conformance
|
Build and Test:
apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L269
class 'GraphQLAbstractType' must restate inherited '@unchecked Sendable' conformance
|
Loading