Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Graphcool framework - Deploy not working #563

Description

@pbandjs

I have a graphcool framework project hosted on shared-ap-northeast-1 which I have updated many times over the past few months. Over the last week, i have tried changing permissions as well as adding new types but neither is reflected in my project. When i run graphcool deploy, with debug, the deployment terminates with:

...a bunch of stuff omitted for brevity...

client choosing clusterEndpoint https://api.graph.cool/system +45ms
client Sending query +2ms
client mutation($projectId: String!, $force: Boolean, $isDryRun: Boolean!, $config: String!) {
client push(input: {
client projectId: $projectId
client force: $force
client isDryRun: $isDryRun
client config: $config
client version: 1
client }) {
client migrationMessages {
client type
client action
client name
client description
client subDescriptions {
client type
client action
client name
client description
client }
client }
client errors {
client description
client type
client field
client }
client project {
client id
client name
client alias
client projectDefinitionWithFileContent
client }
client }
client }

...a bunch of stuff omitted for brevity...

util timed out +0ms
Exiting with code: 0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions