polymer-apollo
polymer-apollo copied to clipboard
🚀 Polymer Apollo Integration
IMO, `polymer-apollo` should be a Polymer web component (or set of Polymer web components), i.e. HTML files.
Looks like the recommended way to start a new polymer project is using polymer-cli https://www.polymer-project.org/1.0/toolbox/templates Is there a good way to use this module that's compatible with polymer-cli ?
I'm looking at PolymerApollo right now, trying to convert your behavior to 2.0 syntax. Some things to discuss are: - Where to put beforeRegister stuff? This has been removed with...
I have for example the following (simplified) element: ```HTML Polymer({ is: "rd-page-link", properties: { pageId: String, pageObject: Object }, apollo: { PageLink: { query: Apollo.gql`query GetPageLink($identifier: ID!) { pageObject: Page(id:...