You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just upgraded the CLI from 1.9.3 to 1.15.3.
With this update, __parentType added any to ApolloAPI.ParentType, and now we are getting: Type 'GraphQL' has no member 'ID'
and also: 'ID' is not a member type of enum 'Numerade.NumeradeGraphQL'
Would appreciate any help getting around this.
The text was updated successfully, but these errors were encountered:
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.
I think the change you're noticing with ID might be from release 1.12.0.
ID as a custom scalar (#3379): This changes the generation of the built-in GraphQL ID scalar to be treated as a custom scalar that can be modified by the user. See PR apollographql/apollo-ios-dev#363.
As for any being added to __parentType - this shouldn't cause any problems and it is a change to support the existential any feature introduced in Swift 5.6.
Question
We just upgraded the CLI from 1.9.3 to 1.15.3.
With this update,
__parentType
addedany
toApolloAPI.ParentType
, and now we are getting:Type 'GraphQL' has no member 'ID'
and also:
'ID' is not a member type of enum 'Numerade.NumeradeGraphQL'
Would appreciate any help getting around this.
The text was updated successfully, but these errors were encountered: