nerdsupremacist / Graphaello

A Tool for Writing Declarative, Type-Safe and Data-Driven Applications in SwiftUI using GraphQL

Home Page:https://graphaello.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation For Command Line Arguments

nonfungibletunji opened this issue · comments

Example CLI command.

graphaello add https://apollo-fullstack-tutorial.herokuapp.com/ creates a camel case of the URL, I would like to use the API Name argument for CLI, but the documentation is not clear, how to use

You are right. This is not well documented

FYI the solution is:

graphaello add https://apollo-fullstack-tutorial.herokuapp.com/ --apiName Tutorial