diff --git a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss index 91ea94e93..a70e7cbb6 100644 --- a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss +++ b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss @@ -1,6 +1,11 @@ @import '_vars'; @import '_mixins'; +// Graphiql hints +::ng-deep { + @import '~graphiql/dist/show-hint'; +} + :host ::ng-deep { @import '~graphiql/graphiql';