rastersize / apollo-codegen

A template for the code you need to set up to get Swift Scripting up and running.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apollo GraphQL Swift Codegen CLI

This is a fork of the official Apollo GraphQL Swift-based template.

The (big) difference between the two is that this fork doesn’t require any code changes to run. Instead options are provided on the commandline to the program. The official repo requires developers to fork and edit the source code to work.

Version compatibility

Important: the version of the CLI MUST match the runtime library version used by the app. That is, if the app depends on version 0.42.0 of the Apollo GraphQL library then you must also use version 0.42.0 of the CLI.

About

A template for the code you need to set up to get Swift Scripting up and running.

License:MIT License


Languages

Language:Swift 100.0%