Skip to content

Commit daa2c1e

Browse files
BobaFettersgh-action-runner
authored and
gh-action-runner
committed
feature: @OneOf input object support (apollographql/apollo-ios-dev#537)
1 parent 38eef8f commit daa2c1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Sources/ApolloAPI/SchemaTypes/InputObject.swift

+2
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ public struct InputDict: GraphQLOperationVariableValue, Hashable {
4444
}
4545

4646
}
47+
48+
public protocol OneOfInputObject: InputObject { }

0 commit comments

Comments
 (0)