apollo-angular
Version:
Use your GraphQL data in your Angular app, with the Apollo Client
29 lines (28 loc) • 630 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsApolloAngularInstall",
"title": "Apollo Angular Install Options Schema",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName"
}
},
"endpoint": {
"type": "string",
"minLength": 0,
"default": "",
"x-prompt": "Url to your GraphQL API"
},
"graphql": {
"type": "string",
"minLength": 0,
"default": "16",
"x-prompt": "Version of GraphQL"
}
},
"required": []
}