From 719f0759675e9351a602c1f4f4b9f09df2ea7ac5 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Thu, 17 Dec 2020 21:33:47 +0100 Subject: [PATCH] doc(README): indicate how to upgrade schema --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8908af..f1a7d42 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A simple command line client written in Rust that use Duniter GVA API. -This example project is more there to show the way for those who would like to develop Rust projects using GVA :) +## Contribute + +Contributions are welcome :) If you have any questions about the code don't hesitate to ask @elois on the duniter forum: [https://forum.duniter.org](https://forum.duniter.org) + +The GraphQL schema is automatically generated from the GVA source code, to update the schema, use the following command: + +cargo update -p duniter-gva-gql -- GitLab