GithubHelp home page GithubHelp logo

actions-apollo-service-checks's Introduction

actions-apollo-service-checks

Runs codegen, verifies that no files are changed (git status is clean)

Runs apollo with the specified input parameters to either check or publish a schema

Inputs:

action: 'service:push' or 'service:check'
localSchemaFile: path to .graphql file
key: apollo key
variant: current env
serviceName: name of service
serviceURL: url of deployed running service (only required for service:push action)
graphName: name of the graph (default: 'apfm-hydra')

codegenScript: script used to run codegen. default: npm run codegen
codegenGitStatusPaths: this action will run 'git status ${codegenGitStatusPaths}' and fail on any file changes. default: ''

Usage:

steps:
  - name: Checkout source
    uses: actions/checkout@v2

  - name: Set env vars
    uses: aplaceformom/actions-set-env-vars
    id: set-env-vars

  - name: Check schema
    uses: aplaceformom/actions-apollo-service-checks@main
    with:
      action: service:check
      localSchemaFile: src/schema.graphql
      key: ${{ steps.set-env-vars.outputs.APOLLO_KEY }}
      variant: ${{ steps.set-env-vars.outputs.APP_ENV J}}
      serviceName: my-service

  - name: Push schema
    uses: aplaceformom/actions-apollo-service-checks@main
    with:
      action: service:push
      localSchemaFile: src/schema.graphql
      key: ${{ steps.set-env-vars.outputs.APOLLO_KEY }}
      variant: ${{ steps.set-env-vars.outputs.APP_ENV J}}
      serviceName: my-service
      serviceURL: https://my-service.internal.${{ steps.set-env-vars.outputs.APP_ENV }}.aplaceformom.com/graphql

actions-apollo-service-checks's People

Contributors

sarink avatar

Watchers

Mike 'Fuzzy' Partin avatar James Cloos avatar Christian Hankel avatar Sudheer Namballa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.