* add new plugin for better organization * added handling in theme for mutations and query types * added tsdoc to hooks * added tsdocs to utility functions * added tsdoc to providers * generated reference * general fixes for generated reference * generated api reference specs + general fixes * add missing import react * split utilities into different directories * added overview page * added link to customer authentication section * fix lint errors * added changeset * fix readme * fixed build error * added expand fields + other sections to overview * updated what's new section * general refactoring * remove unnecessary query field * fix links * added ignoreApi option
19 lines
470 B
YAML
19 lines
470 B
YAML
type: object
|
|
description: The details of the note to be created.
|
|
required:
|
|
- resource_id
|
|
- resource_type
|
|
- value
|
|
properties:
|
|
resource_id:
|
|
type: string
|
|
description: >-
|
|
The ID of the resource which the Note relates to. For example, an order
|
|
ID.
|
|
resource_type:
|
|
type: string
|
|
description: The type of resource which the Note relates to. For example, `order`.
|
|
value:
|
|
type: string
|
|
description: The content of the Note to create.
|