Skip to content

Commit 9d1c835

Browse files
authored
Merge pull request #30 from lukas-reineke/0.0.6-rc.1
NO-TICKET cinnamon update
2 parents 3bcef54 + cbe71e0 commit 9d1c835

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

graphql.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5816,7 +5816,7 @@
58165816
},
58175817
{
58185818
"name": "vendor",
5819-
"description": "Vednor associated with the vendor token",
5819+
"description": "Vendor associated with the vendor token",
58205820
"args": [],
58215821
"type": {
58225822
"kind": "NON_NULL",

src/generated/graphql.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ export declare type VendorToken = {
16521652
lastChangeDate: Scalars['DateISO'];
16531653
/** Marketplace associated with the vendor token */
16541654
marketplace: Marketplace;
1655-
/** Vednor associated with the vendor token */
1655+
/** Vendor associated with the vendor token */
16561656
vendor: Vendor;
16571657
/** API access token associated with the vendor */
16581658
token: Scalars['String'];

src/generated/graphql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ export type VendorToken = {
18371837
lastChangeDate: Scalars['DateISO'];
18381838
/** Marketplace associated with the vendor token */
18391839
marketplace: Marketplace;
1840-
/** Vednor associated with the vendor token */
1840+
/** Vendor associated with the vendor token */
18411841
vendor: Vendor;
18421842
/** API access token associated with the vendor */
18431843
token: Scalars['String'];

0 commit comments

Comments
 (0)