You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: packages/ksqldb-graphql/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Generates a graphQL schema and resolvers from an existing ksqlDB server using the [ksqlDB http2 API](https://github.com/confluentinc/ksql/pull/4069).
3
3
4
4
## Installation
5
-
`yarn install @confluentinc/ksqldb-graphql`
5
+
`yarn add @confluentinc/ksqldb-graphql`
6
6
7
7
## Integration
8
8
`generateGraphQL({ options })` - accepts [RequestOptions](https://nodejs.org/api/http.html#http_http_request_options_callback) and returns a promise with schemas and resolvers for use in a graphQL server.
0 commit comments