Skip to content

Commit

Permalink
Merge pull request #564 from wesharper/contrib-docs-link
Browse files Browse the repository at this point in the history
Add link to contributing docs in readme
  • Loading branch information
imor authored Oct 2, 2024
2 parents 8e0ca67 + 3708100 commit fc53bee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ Translates into a GraphQL schema displayed below.
Each table receives an entrypoint in the top level `Query` type that is a pageable collection with relationships defined by its foreign keys. Tables similarly recieve entrypoints in the `Mutation` schema that enable bulk operations for insert, update, and delete.

![GraphiQL](./docs/assets/quickstart_graphiql.png)

### Contributing

Please refer to the [contributing docs](./docs/contributing.md) for more information.

0 comments on commit fc53bee

Please sign in to comment.