I just try to use server side @neo/graphql(nodejs) intergrate with client side apollo-ios (swift).
I follow with below two reference :
2.Hands-On With SwiftUI, GraphQL, & Neo4j AuraDB - GitNation
The first reference is the latest, but when do "./apollo-ios-cli generate".
It show below error:
It seems that the apollo-ios code generater couldn't resolve and identify the directive.
Has anyone encountered this kind of problem before?