From 0c93e571e418af8c3f99d510e1697095e1a870c7 Mon Sep 17 00:00:00 2001 From: Benoit Lavenierblavenie <benoit.lavenier@e-is.pro> Date: Fri, 26 Jul 2019 17:59:37 +0200 Subject: [PATCH] [fix] Rename schema file in standard extension name --- appendices/0003_RFC/{schema.gql => schema.graphqls} | 0 rfc/0003 RFC GraphQL API for Duniter Clients.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename appendices/0003_RFC/{schema.gql => schema.graphqls} (100%) diff --git a/appendices/0003_RFC/schema.gql b/appendices/0003_RFC/schema.graphqls similarity index 100% rename from appendices/0003_RFC/schema.gql rename to appendices/0003_RFC/schema.graphqls diff --git a/rfc/0003 RFC GraphQL API for Duniter Clients.md b/rfc/0003 RFC GraphQL API for Duniter Clients.md index 2eb3c15..759305a 100644 --- a/rfc/0003 RFC GraphQL API for Duniter Clients.md +++ b/rfc/0003 RFC GraphQL API for Duniter Clients.md @@ -374,7 +374,7 @@ So the websoket channel path is automatically deducted from the optionnal path: ## API GraphQL Schema -See [schema.gql](../appendices/0003_RFC/schema.gql) +See [schema.gql](../appendices/0003_RFC/schema.graphqls) --- End of the document. -- GitLab