Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions source-shopify-native/acmeCo/abandoned_checkouts.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
---
$defs:
Meta:
properties:
op:
default: u
description: "Operation type (c: Create, u: Update, d: Delete)"
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
store:
default: ''
description: The Shopify store this document belongs to
title: Store
type: string
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: "#/$defs/Meta"
default:
op: u
row_id: -1
$ref: '#/$defs/Meta'
description: Document metadata
id:
title: Id
type: string
required:
- id
- id
title: ShopifyGraphQLResource
type: object
x-infer-schema: true
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
---
$defs:
Meta:
properties:
op:
default: u
description: "Operation type (c: Create, u: Update, d: Delete)"
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
store:
default: ''
description: The Shopify store this document belongs to
title: Store
type: string
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: "#/$defs/Meta"
default:
op: u
row_id: -1
$ref: '#/$defs/Meta'
description: Document metadata
id:
title: Id
type: string
required:
- id
- id
title: ShopifyGraphQLResource
type: object
x-infer-schema: true
23 changes: 12 additions & 11 deletions source-shopify-native/acmeCo/custom_collections.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
---
$defs:
Meta:
properties:
op:
default: u
description: "Operation type (c: Create, u: Update, d: Delete)"
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
store:
default: ''
description: The Shopify store this document belongs to
title: Store
type: string
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: "#/$defs/Meta"
default:
op: u
row_id: -1
$ref: '#/$defs/Meta'
description: Document metadata
id:
title: Id
type: string
required:
- id
- id
title: ShopifyGraphQLResource
type: object
x-infer-schema: true
23 changes: 12 additions & 11 deletions source-shopify-native/acmeCo/customer_metafields.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
---
$defs:
Meta:
properties:
op:
default: u
description: "Operation type (c: Create, u: Update, d: Delete)"
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
store:
default: ''
description: The Shopify store this document belongs to
title: Store
type: string
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: "#/$defs/Meta"
default:
op: u
row_id: -1
$ref: '#/$defs/Meta'
description: Document metadata
id:
title: Id
type: string
required:
- id
- id
title: ShopifyGraphQLResource
type: object
x-infer-schema: true
23 changes: 12 additions & 11 deletions source-shopify-native/acmeCo/customers.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
---
$defs:
Meta:
properties:
op:
default: u
description: "Operation type (c: Create, u: Update, d: Delete)"
description: 'Operation type (c: Create, u: Update, d: Delete)'
enum:
- c
- u
- d
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
description: Row ID of the Document, counting up from zero, or -1 if not known
title: Row Id
type: integer
store:
default: ''
description: The Shopify store this document belongs to
title: Store
type: string
title: Meta
type: object
additionalProperties: true
properties:
_meta:
$ref: "#/$defs/Meta"
default:
op: u
row_id: -1
$ref: '#/$defs/Meta'
description: Document metadata
id:
title: Id
type: string
required:
- id
- id
title: ShopifyGraphQLResource
type: object
x-infer-schema: true
49 changes: 24 additions & 25 deletions source-shopify-native/acmeCo/flow.yaml
Original file line number Diff line number Diff line change
@@ -1,98 +1,97 @@
---
collections:
acmeCo/abandoned_checkouts:
schema: abandoned_checkouts.schema.yaml
key:
- /id
- /id
acmeCo/custom_collection_metafields:
schema: custom_collection_metafields.schema.yaml
key:
- /id
- /id
acmeCo/custom_collections:
schema: custom_collections.schema.yaml
key:
- /id
- /id
acmeCo/customer_metafields:
schema: customer_metafields.schema.yaml
key:
- /id
- /id
acmeCo/customers:
schema: customers.schema.yaml
key:
- /id
- /id
acmeCo/fulfillment_orders:
schema: fulfillment_orders.schema.yaml
key:
- /id
- /id
acmeCo/fulfillments:
schema: fulfillments.schema.yaml
key:
- /id
- /id
acmeCo/inventory_items:
schema: inventory_items.schema.yaml
key:
- /id
- /id
acmeCo/inventory_levels:
schema: inventory_levels.schema.yaml
key:
- /id
- /id
acmeCo/location_metafields:
schema: location_metafields.schema.yaml
key:
- /id
- /id
acmeCo/locations:
schema: locations.schema.yaml
key:
- /id
- /id
acmeCo/order_agreements:
schema: order_agreements.schema.yaml
key:
- /id
- /id
acmeCo/order_metafields:
schema: order_metafields.schema.yaml
key:
- /id
- /id
acmeCo/order_refunds:
schema: order_refunds.schema.yaml
key:
- /id
- /id
acmeCo/order_risks:
schema: order_risks.schema.yaml
key:
- /id
- /id
acmeCo/order_transactions:
schema: order_transactions.schema.yaml
key:
- /id
- /id
acmeCo/orders:
schema: orders.schema.yaml
key:
- /id
- /id
acmeCo/product_media:
schema: product_media.schema.yaml
key:
- /id
- /id
acmeCo/product_metafields:
schema: product_metafields.schema.yaml
key:
- /id
- /id
acmeCo/product_variant_metafields:
schema: product_variant_metafields.schema.yaml
key:
- /id
- /id
acmeCo/product_variants:
schema: product_variants.schema.yaml
key:
- /id
- /id
acmeCo/products:
schema: products.schema.yaml
key:
- /id
- /id
acmeCo/smart_collection_metafields:
schema: smart_collection_metafields.schema.yaml
key:
- /id
- /id
acmeCo/smart_collections:
schema: smart_collections.schema.yaml
key:
- /id
- /id
Loading
Loading