Advertisement
meyeroppelt

GraphQL Example Response

Mar 17th, 2025
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.71 KB | None | 0 0
  1. {
  2.   "data": {
  3.     "taskCollection": {
  4.       "edges": [
  5.         {
  6.           "node": {
  7.             "name": "parent task #1",
  8.             "uuid": "a2798b5b-6b32-46d6-a9a3-30742411a2dd",
  9.             "nodeId": "WyJyZW1pbmRlciIsICJ0YXNrIiwgImEyNzk4YjViLTZiMzItNDZkNi1hOWEzLTMwNzQyNDExYTJkZCJd",
  10.             "children": {
  11.               "edges": [
  12.                 {
  13.                   "node": {
  14.                     "name": "child of #1",
  15.                     "uuid": "312955a6-0ede-4d8c-97f7-e769a8a55f42",
  16.                     "nodeId": "WyJyZW1pbmRlciIsICJ0YXNrIiwgIjMxMjk1NWE2LTBlZGUtNGQ4Yy05N2Y3LWU3NjlhOGE1NWY0MiJd",
  17.                     "due_date": null,
  18.                     "created_at": "2025-03-17T15:08:01.725103+00:00",
  19.                     "created_by": "00000000-0000-0000-0000-000000000000",
  20.                     "updated_at": null,
  21.                     "updated_by": null,
  22.                     "description": null,
  23.                     "is_completed": null
  24.                   }
  25.                 }
  26.               ]
  27.             },
  28.             "due_date": null,
  29.             "created_at": "2025-03-17T15:07:28.821316+00:00",
  30.             "created_by": "00000000-0000-0000-0000-000000000000",
  31.             "updated_at": null,
  32.             "updated_by": null,
  33.             "description": null,
  34.             "parent_task": null,
  35.             "is_completed": null
  36.           }
  37.         },
  38.         {
  39.           "node": {
  40.             "name": "parent task #2",
  41.             "uuid": "b94d317e-f076-46e1-8441-ad48323f1182",
  42.             "nodeId": "WyJyZW1pbmRlciIsICJ0YXNrIiwgImI5NGQzMTdlLWYwNzYtNDZlMS04NDQxLWFkNDgzMjNmMTE4MiJd",
  43.             "children": {
  44.               "edges": [
  45.                 {
  46.                   "node": {
  47.                     "name": "child of #2",
  48.                     "uuid": "c6366d15-800a-4e93-bfcd-073b6848b122",
  49.                     "nodeId": "WyJyZW1pbmRlciIsICJ0YXNrIiwgImM2MzY2ZDE1LTgwMGEtNGU5My1iZmNkLTA3M2I2ODQ4YjEyMiJd",
  50.                     "due_date": null,
  51.                     "created_at": "2025-03-17T15:08:22.969362+00:00",
  52.                     "created_by": "00000000-0000-0000-0000-000000000000",
  53.                     "updated_at": null,
  54.                     "updated_by": null,
  55.                     "description": null,
  56.                     "is_completed": null
  57.                   }
  58.                 }
  59.               ]
  60.             },
  61.             "due_date": null,
  62.             "created_at": "2025-03-17T15:07:37.974407+00:00",
  63.             "created_by": "00000000-0000-0000-0000-000000000000",
  64.             "updated_at": null,
  65.             "updated_by": null,
  66.             "description": null,
  67.             "parent_task": null,
  68.             "is_completed": null
  69.           }
  70.         }
  71.       ]
  72.     }
  73.   }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement