3.8.4 • Published 1 month ago

@webda/graphql v3.8.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@webda/graphql

Implements the GraphQL protocol with subscriptions and mutations

// Add a ping to subscription (useful for testing)
setInterval(() => this.emit("Ping", Date.now()), this.parameters.pingInterval);
subscriptions["Ping"] = {
    type: GraphQLLong,
    subscribe: async (source, args, context: any, info: GraphQLResolveInfo) => {
    return new EventIterator(this, "Ping", "Ping", Date.now()).iterate();
    }
};
3.8.4

1 month ago

3.8.3

4 months ago

3.8.2

4 months ago

3.8.1

4 months ago

3.8.0

4 months ago

3.7.0

4 months ago

3.6.2

6 months ago

3.6.1

6 months ago

3.6.0

6 months ago

3.5.0

6 months ago

3.4.4

6 months ago

3.4.3

6 months ago

3.4.2

6 months ago

3.4.1

6 months ago

3.4.0

6 months ago

3.3.2

8 months ago

3.3.1

8 months ago

3.3.0

9 months ago

3.2.0

9 months ago

3.1.5

10 months ago

3.1.4

11 months ago

3.1.3

11 months ago

3.1.2

11 months ago

3.1.1

11 months ago

3.1.0

11 months ago

3.0.2

12 months ago

3.0.1

1 year ago

3.0.0

1 year ago