Fork me on GitHub
#pathom
<
2020-03-11
>
k09:03:18

Hi. I’m trying to integrate GraphQL with pathom, and translate GraphQL queries into EQL queries. But don’t figure out the EQL format for this GraphQL query like follows:

mutation {
  logout { # no `()` after `logout`
    success
  }
}
Any help is appreciated.

souenzzo11:03:59

Let's move this topic to #eql channel

k11:03:16

Thanks @U2J4FRT2T, I think it may be relevant to this pathom module: com.wsscode.pathom.graphql/query->graphql

👍 4
souenzzo11:03:42

Anyway this mutation in EQL should be something like

[{(app.user/logout {})
  [:app.status/success]}]