File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5816
5816
},
5817
5817
{
5818
5818
"name" : " vendor" ,
5819
- "description" : " Vednor associated with the vendor token" ,
5819
+ "description" : " Vendor associated with the vendor token" ,
5820
5820
"args" : [],
5821
5821
"type" : {
5822
5822
"kind" : " NON_NULL" ,
Original file line number Diff line number Diff line change @@ -1652,7 +1652,7 @@ export declare type VendorToken = {
1652
1652
lastChangeDate : Scalars [ 'DateISO' ] ;
1653
1653
/** Marketplace associated with the vendor token */
1654
1654
marketplace : Marketplace ;
1655
- /** Vednor associated with the vendor token */
1655
+ /** Vendor associated with the vendor token */
1656
1656
vendor : Vendor ;
1657
1657
/** API access token associated with the vendor */
1658
1658
token : Scalars [ 'String' ] ;
Original file line number Diff line number Diff line change @@ -1837,7 +1837,7 @@ export type VendorToken = {
1837
1837
lastChangeDate : Scalars [ 'DateISO' ] ;
1838
1838
/** Marketplace associated with the vendor token */
1839
1839
marketplace : Marketplace ;
1840
- /** Vednor associated with the vendor token */
1840
+ /** Vendor associated with the vendor token */
1841
1841
vendor : Vendor ;
1842
1842
/** API access token associated with the vendor */
1843
1843
token : Scalars [ 'String' ] ;
You can’t perform that action at this time.
0 commit comments