Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 10.0.0

2 changes: 1 addition & 1 deletion e2e/3-comments/src/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Generated.Gql.Schema.Admin.Enum.Colour (Colour(..))
import Generated.Gql.Symbols (colour)
import GraphQL.Client.Args ((=>>))
import GraphQL.Client.Operation (OpQuery)
import GraphQL.Client.Query (query_)
import GraphQL.Client.BaseClients.Affjax.Node (query_)
import GraphQL.Client.Types (class GqlQuery)
import Type.Data.List (Nil')
import GraphQL.Client.Union (GqlUnion(..))
Expand Down
10 changes: 10 additions & 0 deletions e2e/4-urql-live-query/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/bower_components/
/node_modules/
/.pulp-cache/
/output/
/generated-docs/
/.psc-package/
/.psc*
/.purs*
/.psa*
/.spago
3 changes: 3 additions & 0 deletions e2e/4-urql-live-query/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
A simple affjax example that makes a graphql query and logs the result.

Run `npm t` to see it in action
Loading