edn-query-language / eql

EQL is a declarative way to make hierarchical (and possibly nested) selections of information about data requirements. This repository contains the base specs and definitions for EQL parsing, AST, etc.
http://edn-query-language.org
MIT License
381 stars 18 forks source link

How are graphqls subscriptions represented in EQL? #8

Closed orolle closed 5 years ago

orolle commented 5 years ago

I look for the equivalent of graphql subscription in EQL. How are graphql subscriptions represented in EQL?

awkay commented 5 years ago

Please do not use issues for questions. Use Clojurians Slack, either the #pathom or #fulcro channel.

Short answer: EQL is about representation, not interpretation. Subscriptions are "queries that are automatically fulfilled"...interpretation of that in the context of EQL is up to specific libraries that use it.