friatech / lilo

Lilo is a super-fast, easy-to-use, configurable GraphQL stitching library
Apache License 2.0
38 stars 3 forks source link

Initialise all schemas #25

Closed rollinglaughter closed 1 year ago

rollinglaughter commented 1 year ago

Can we have support to add all schemas rather than for each.

public @NotNull LiloBuilder schemas(final @NotNull Map<String, SchemaSource> schemaSources) { this.schemaSources = schemaSources; return this; }

firatkucuk commented 1 year ago

Sorry for the late response, I didn't get your request exactly, Could you please elaborate a little bit more?

rollinglaughter commented 1 year ago

Hello sorry I have found the solution. However, is there any support for subscriptions with lilo? Maybe you can provide some samples as well?

firatkucuk commented 1 year ago

We'll add subscription support soon and when we add, there will be samples in the samples directory.

rollinglaughter commented 1 year ago

Do you have have a rough timeline for the subscription support release? I'm building a poc for pub/sub streaming

firatkucuk commented 1 year ago

In the worst case, we can complete the stream support in July.