Server side use @neo/graphql integrate with swift apollo-ios

I just try to use server side @neo/graphql(nodejs) intergrate with client side apollo-ios (swift).

I follow with below two reference :

  1. 4. Running code generation - Apollo GraphQL Docs

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?
Screenshot 2023-09-29 at 10.56.24 PM

Can you share the returned GraphQL schema, or whichever schema you are using?