Skip to content

Nitro Schema Upload

Actions

About

Uploads GraphQL schemas to the Nitro registry
v16.6.7
Latest
Star (0)

Tags

 (1)

Nitro Schema Upload

A GitHub Action that uploads GraphQL schemas to the Nitro registry.

Usage

- uses: ChilliCream/nitro-schema-upload@v16
  with:
    tag: <tag>
    schema-file: ./schema.graphql
    api-id: <api-id>
    api-key: <api-key>
    # Optional
    cloud-url: <cloud-url>

Inputs

Name Required Description
tag Yes The tag of the schema version
schema-file Yes The path to the graphql file with the schema definition
api-id Yes The ID of the API
api-key Yes API key for authentication
cloud-url No The URL of the Nitro registry

If you self-host Nitro or use a dedicated hosted instance, you can specify the cloud-url input to point to your instance.

Nitro Schema Upload is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Uploads GraphQL schemas to the Nitro registry
v16.6.7
Latest

Tags

 (1)

Nitro Schema Upload is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.