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
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