Guest User

Untitled

a guest
Sep 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. mutation {
  2. createCard(input: {fields_attributes: [
  3. {field_id: "string_field", field_value: "STRING VALUE"},
  4. {field_id: "array_field", field_value: ["1", "2"]},
  5. ]) {
  6. card {
  7. id
  8. }
  9. }
  10. }
Add Comment
Please, Sign In to add comment