Im getting the following error trying to use the directives in my .graphql schema file
throw new Error("Directive " + directiveName + ": Couldn't find type " + directiveName + " in any of the schemas.");
^
Error: Directive auth: Couldn't find type auth in any of the schemas.
Im getting the following error trying to use the directives in my .graphql schema file
typeDefs: [KeycloakTypeDefs, "./src/schema.graphql"]