Polymer: polymer-apollo-subscription
Examples
```html
<polymer-apollo-subscription data="" variables="[[variables]]" subscription="[[UserJoinedSubscription]]" on-data-changed="toast"
Properties
is
(read-only)string
Events
Name | Type | Description |
---|---|---|
loading-changed |
|
|
errors-changed |
|
|
error-changed |
|
|
data-changed |
|
Exports
import '@apollo-elements/polymer/polymer-apollo-subscription';
import { PolymerApolloSubscription } from '@apollo-elements/polymer/polymer-apollo-subscription';