{
  "name": "One-way sync Shopify customers to Baserow using GraphQL",
  "nodes": [
    {
      "id": "40a0a103-5ea0-4fdb-a162-b9c548e2d773",
      "name": "Start Workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        -120
      ]
    },
    {
      "id": "50091792-007d-405d-b185-e64173dd370c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -400
      ],
      "parameters": {
        "width": 780,
        "height": 240,
        "content": "## Sync all Shopify customers to BaseRow table\n\n### Notes\n- Update the Endpoint in GraphQL node to reflect your Shopify store.\n- Create a shopify database with a customer table in Baserow.\n- Create co"
      }
    },
    {
      "id": "ad16cc27-d69f-449f-8852-6b828a1f7a9c",
      "name": "hasMoreCustomers",
      "type": "n8n-nodes-base.if",
      "position": [
        520,
        -120
      ]
    },
    {
      "id": "3bf273e2-4929-4fc2-8629-72b371bc8085",
      "name": "Shopify, customers",
      "type": "n8n-nodes-base.graphql",
      "position": [
        280,
        -120
      ]
    },
    {
      "id": "06c8ae80-253a-4023-8fff-6be79654ef30",
      "name": "Baserow, InsertCustomer",
      "type": "n8n-nodes-base.baserow",
      "position": [
        1020,
        -140
      ]
    },
    {
      "id": "bb4c9760-da5d-4130-8d6e-366bdc924e91",
      "name": "Split Customer List",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        800,
        -140
      ]
    }
  ],
  "connections": {
    "Start Workflow": {
      "main": [
        [
          {
            "node": "Shopify, customers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "hasMoreCustomers": {
      "main": [
        [
          {
            "node": "Split Customer List",
            "type": "main",
            "index": 0
          },
          {
            "node": "Shopify, customers",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Split Customer List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify, customers": {
      "main": [
        [
          {
            "node": "hasMoreCustomers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Customer List": {
      "main": [
        [
          {
            "node": "Baserow, InsertCustomer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Baserow, InsertCustomer": {
      "main": [
        []
      ]
    }
  }
}