From db99a491e3123a8ce026ce58365dc694a03e98e5 Mon Sep 17 00:00:00 2001 From: Jacob Thomason Date: Fri, 6 Oct 2023 17:40:43 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dc26ad9..6be6f8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Zapier GraphQL +[![NPM Version](http://img.shields.io/npm/v/zapier-graphql.svg?style=flat)](https://www.npmjs.org/package/zapier-graphql) +[![NPM Downloads](https://img.shields.io/npm/dm/zapier-graphql.svg?style=flat)](https://npmcharts.com/compare/zapier-graphql?minimal=true) + Zapier Platform CLI is primarily designed for REST APIs. That does present some organizational questions when it comes to designing a Zapier CLI app. Further, REST APIs are huge question marks, in general. Whereas, GraphQL APIs all have an accessible typed schema. This CLI app is designed to make use of a GraphQL API's schema for automatic configuration of a Zapier CLI app.