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
thrownewGraphQLException(sprintf('GraphQL-Controllers bundle expects controllers to be located in the "%s" directory. This directory does not exists.', $controllersDir));
61
-
}
62
-
if (!is_dir($typesDir)) {
63
-
thrownewGraphQLException(sprintf('GraphQL-Controllers bundle expects types to be located in the "%s" directory. This directory does not exists.', $typesDir));
0 commit comments