0.14.0-alpha.f29bb497 • Published 6 years ago

graphql-codegen-typescript-react-apollo-template v0.14.0-alpha.f29bb497

Weekly downloads
3,114
License
MIT
Repository
-
Last release
6 years ago

TypeScript React Apollo Template

This template generates React Apollo components and HOC with TypeScript typings. This template is extended version of TypeScript template, so the configuration is same with graphql-codegen-typescript-template.

  • Example Input
query Test {
  feed {
    id
    commentCount
    repository {
      full_name
      html_url
      owner {
        avatar_url
      }
    }
  }
}
  • Example Usage
  <Test.Component variables={...}>
    ...
  </Test.Component>

or

  const withTestData = Test.HOC(...);
0.18.2

6 years ago

0.18.1

6 years ago

0.18.1-alpha.16

6 years ago

0.18.1-alpha.6

6 years ago

0.18.0

6 years ago

0.17.0

6 years ago

0.16.1

6 years ago

0.16.0

6 years ago

0.15.2

6 years ago

0.15.1

6 years ago

0.15.0

6 years ago

0.14.5

6 years ago

0.14.4

6 years ago

0.14.3

6 years ago

0.14.2

6 years ago

0.14.1

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.6

7 years ago

0.12.5

7 years ago

0.12.4

7 years ago

0.12.3

7 years ago

0.12.2

7 years ago

0.12.1

7 years ago

0.12.0

7 years ago

0.11.0

7 years ago

0.11.0-alpha.0

7 years ago

0.10.7

7 years ago

0.10.6

7 years ago