Skip to content

Instantly share code, notes, and snippets.

@raphaelcosta
Created September 19, 2018 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raphaelcosta/70c6e9001e1309e91711ff0713d05697 to your computer and use it in GitHub Desktop.
Save raphaelcosta/70c6e9001e1309e91711ff0713d05697 to your computer and use it in GitHub Desktop.
mutation {
createCard(input: {fields_attributes: [
{field_id: "string_field", field_value: "STRING VALUE"},
{field_id: "array_field", field_value: ["1", "2"]},
]) {
card {
id
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment