Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save PhoneDroid/4adf33737be76260ad661ff618541502 to your computer and use it in GitHub Desktop.

Select an option

Save PhoneDroid/4adf33737be76260ad661ff618541502 to your computer and use it in GitHub Desktop.
query Input {

    cart {

        lines {

            attribute ( key : "Testing" ) {
                value
            }
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment