Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 9ea3e46

Browse files
authored
Merge pull request #138 from graphql-java-kickstart/bugfix/122
Updated properties in meta-inf for intellisense (fix #122)
2 parents d07face + efd1b8c commit 9ea3e46

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

graphiql-spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,25 @@
1616
"type": "java.lang.String"
1717
},
1818
{
19-
"name": "graphiql.endpoint",
19+
"name": "graphiql.endpoint.graphql",
2020
"defaultValue": "/graphql",
2121
"type": "java.lang.String"
2222
},
23+
{
24+
"name": "graphiql.endpoint.subscriptions",
25+
"defaultValue": "/subscriptions",
26+
"type": "java.lang.String"
27+
},
28+
{
29+
"name": "graphiql.static.basePath",
30+
"defaultValue": "/",
31+
"type": "java.lang.String"
32+
},
33+
{
34+
"name": "graphiql.pageTitle",
35+
"defaultValue": "GraphiQL",
36+
"type": "java.lang.String"
37+
},
2338
{
2439
"name": "graphiql.cdn.enabled",
2540
"defaultValue": false,
@@ -44,6 +59,16 @@
4459
"name": "graphiql.props.resources.variables",
4560
"defaultValue": null,
4661
"type": "java.lang.String"
62+
},
63+
{
64+
"name": "graphiql.props.variables.editorTheme",
65+
"defaultValue": null,
66+
"type": "java.lang.String"
67+
},
68+
{
69+
"name": "graphiql.headers.Authorization",
70+
"defaultValue": null,
71+
"type": "java.lang.String"
4772
}
4873
]
4974
}

0 commit comments

Comments
 (0)