Skip to content

Commit

Permalink
Squashed 'apollo-ios/' changes from 38eef8f5..daa2c1e4
Browse files Browse the repository at this point in the history
daa2c1e4 feature: @OneOf input object support (#537)

git-subtree-dir: apollo-ios
git-subtree-split: daa2c1e408304c4943d12f5f1445b4fb2e7f4254
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Dec 2, 2024
1 parent cd653c6 commit d280187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ApolloAPI/SchemaTypes/InputObject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ public struct InputDict: GraphQLOperationVariableValue, Hashable {
}

}

public protocol OneOfInputObject: InputObject { }

0 comments on commit d280187

Please sign in to comment.