README
graph-methods
Simple exposed graphql boiler as methods. Serving as an example of various GraphQL queries, as well as providing a way for developers to make API calls without the need for writing operations.
Simple GraphQL queries and mutations exposed as JS API
<script type="module">
import alpacaTravelGraphMethods from 'https://cdn.skypack.dev/@alpaca-travel/graph-methods';
</script>
Simple exposed graphql boiler as methods. Serving as an example of various GraphQL queries, as well as providing a way for developers to make API calls without the need for writing operations.