Skip to content

@gql.tada/cli-utils@0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 23:44
· 193 commits to main since this release
16c4e0b

Patch Changes

  • Add generate-schema command which takes a URL | path to a JSON file and outputs a graphql schema. Example: gql-tada generate-schema https://example.com ./schema.graphql --header 'authorization: bearer token'
    Submitted by @JoviDeCroock (See #120)