From 0dbcc5cf2a38802605b32b0c3135cfe6906c7a1d Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 28 Jun 2019 22:23:06 +0200 Subject: [PATCH] Manually merged graphql fix. --- .../features/api/pages/graphql/graphql-page.component.scss | 5 +++++ 1 file changed, 5 insertions(+) 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';