Replies: 6 comments
-
It's standalone.
It could also be used as a package, but I'd have to know more about the use case. |
Beta Was this translation helpful? Give feedback.
-
Hi Coady, I'm trying to expose a parquet file stored on disk and expose it through a GraphQL type of API. Allowing the client to specify their required schema and return/filter the files. I'm trying to stand up a basic instance of it, but getting confused as I'm used to using something like apollo with its specific graphql terms and structure. |
Beta Was this translation helpful? Give feedback.
-
For apollo federation, the schema can be output for composition with: |
Beta Was this translation helpful? Give feedback.
-
b677fb9 adds a |
Beta Was this translation helpful? Give feedback.
-
v0.7 releases the federated option. But I am also interested in this project being usable as extensible package: multiple tables, multiple indexes, and custom fields. Converting to a disussion for follow-up. |
Beta Was this translation helpful? Give feedback.
-
v1.0 is more extensible. A custom |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to understand how to use this package. Do I need to have a regular GraphQL running app and then use this package there or is this standalone?
If so, how do I integrate it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions