GraphQL InvalidSyntaxError when importing schema with "extend" keyword
I'm using ReadyAPI 3.47.0 and I get an InvalidSyntaxError when I try to import a .graphql file that uses the "extend" keyword to bring additional directives like so: extend schema @link( ...