3.2.0 • Published 10 months ago

@rocketgraphql/react-apollo v3.2.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

react apollo

React Apollo is a Provider to wrap your React Component with React Apollo Wrappers and Auth Providers. Basically you can use this wrapper to subscribe to items in Database based on authentication provided.

Installation

npm i --save @rocketgraphql/react-apollo

Usage

<RApolloProvider  auth={auth}  gqlEndpoint="http://localhost:8080/v1/graphql">
	<YourChildComponent  />
</RApolloProvider>

You can get your auth object from Rockets js SDK You can read about the usage there.

You can use Hasura to spin up your own GraphQL Console on top of PostgresDB

2.3.0

10 months ago

3.2.0

10 months ago

2.3.2

10 months ago

3.1.0

10 months ago

2.3.1

10 months ago

3.0.0

10 months ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago