All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
{
"groups": [
{
"name": "graphiql"
}
],
"properties": [
{
"name": "graphiql.enabled",
"defaultValue": true,
"type": "java.lang.Boolean"
},
{
"name": "graphiql.mapping",
"defaultValue": "/graphiql",
"type": "java.lang.String"
},
{
"name": "graphiql.endpoint.graphql",
"defaultValue": "/graphql",
"type": "java.lang.String"
},
{
"name": "graphiql.endpoint.subscriptions",
"defaultValue": "/subscriptions",
"type": "java.lang.String"
},
{
"name": "graphiql.subscriptions.timeout",
"defaultValue": 30,
"type": "java.lang.String"
},
{
"name": "graphiql.subscriptions.reconnect",
"defaultValue": false,
"type": "java.lang.Boolean"
},
{
"name": "graphiql.static.basePath",
"defaultValue": "/",
"type": "java.lang.String"
},
{
"name": "graphiql.pageTitle",
"defaultValue": "GraphiQL",
"type": "java.lang.String"
},
{
"name": "graphiql.cdn.enabled",
"defaultValue": false,
"type": "java.lang.Boolean"
},
{
"name": "graphiql.cdn.version",
"defaultValue": "0.11.11",
"type": "java.lang.String"
},
{
"name": "graphiql.props.resources.query",
"defaultValue": null,
"type": "java.lang.String"
},
{
"name": "graphiql.props.resources.defaultQuery",
"defaultValue": null,
"type": "java.lang.String"
},
{
"name": "graphiql.props.resources.variables",
"defaultValue": null,
"type": "java.lang.String"
},
{
"name": "graphiql.props.variables.editorTheme",
"defaultValue": null,
"type": "java.lang.String"
},
{
"name": "graphiql.headers.Authorization",
"defaultValue": null,
"type": "java.lang.String"
}
]
}