Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compress freezes with nested objects #247

Closed
moon0326 opened this issue Mar 15, 2018 · 1 comment
Closed

Compress freezes with nested objects #247

moon0326 opened this issue Mar 15, 2018 · 1 comment
Labels

Comments

@moon0326
Copy link

Expected Behavior

Compresses query string

Current Behavior

freezes browser

Steps to Reproduce (for bugs)

  1. Put this query string

mutation{
  updateProducts(payloads: [{
    creative_id: "3333",
    product_type_slug: "print",
    scores: {
      sales_hotness_product: {
        
      }
    }
  }]){
    error
    error_count
  }
}
  1. Click "Compress"
@imolorhe
Copy link
Collaborator

Thanks for reporting! I'll look into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants