Skip to content

Commit

Permalink
moves example into simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
roryc89 committed Jan 25, 2021
1 parent ff1a7bf commit d181dd2
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ name :: SProxy "name"
name = SProxy
```

You can see this full example with graphQL server in the example directory.
You can see this full example with graphQL server in the examples/simple directory.

To keep schemas in sync, this library includes codegen functionality that introspects a graphql server and generates the code for the purescript schema type. You have schema and query codegen tools at this site: https://gql-query-to-purs.herokuapp.com/

API documentation at https://pursuit.purescript.org/packages/purescript-graphql-client
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion example/spago.dhall → examples/1-simple/spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ You can edit this file as you like.
, "variant"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs", "../src/**/*.purs" ]
, sources = [ "src/**/*.purs", "test/**/*.purs", "../../src/**/*.purs" ]
}
File renamed without changes.
File renamed without changes.

0 comments on commit d181dd2

Please sign in to comment.