Apollo Elements Apollo Elements Guides API Blog Toggle darkmode

Polymer: polymer-apollo-subscription

Examples

```html

<polymer-apollo-subscription data="" variables="[[variables]]" subscription="[[UserJoinedSubscription]]" on-data-changed="toast"

[[data.userJoined.picture]] ```

Properties

static

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';