apollo-angular
Version:
Use your GraphQL data in your Angular app, with the Apollo Client
22 lines (21 loc) • 512 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsApolloAngularInstall",
"title": "Apollo Angular Install Options Schema",
"type": "object",
"properties": {
"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": []
}