apollo-angular
Version:
Use your GraphQL data in your Angular app, with the Apollo Client
16 lines (15 loc) • 372 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 endpoint"
}
},
"required": []
}