Skip to content

Commit 5c61eef

Browse files
Merge pull request #1 from IntuitDeveloper/ecosystem-api-latest-schema
generating graphql docs with the latest schema : 12/15/2020
2 parents e358ed6 + ca8771a commit 5c61eef

File tree

167 files changed

+2104
-711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+2104
-711
lines changed

.DS_Store

-8 KB
Binary file not shown.

GlobalEcosytemAPI/accumulatingamount.doc.html renamed to GlobalEcosystemAPI/accumulatingamount.doc.html

+10-5
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
485485
BillingUsageInput
486486
</a>
487487
</li>
488+
<li title="BooleanExpression">
489+
<a href="booleanexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
490+
BooleanExpression
491+
</a>
492+
</li>
488493
<li title="CappingTypeInput">
489494
<a href="cappingtypeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
490495
CappingTypeInput
@@ -530,6 +535,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
530535
CurrencyInfoInput
531536
</a>
532537
</li>
538+
<li title="CustomFieldFilter">
539+
<a href="customfieldfilter.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
540+
CustomFieldFilter
541+
</a>
542+
</li>
533543
<li title="DateExpression">
534544
<a href="dateexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
535545
DateExpression
@@ -625,11 +635,6 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
625635
StringExpression
626636
</a>
627637
</li>
628-
<li title="TaxCodeInput">
629-
<a href="taxcodeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
630-
TaxCodeInput
631-
</a>
632-
</li>
633638
<li title="UpdateEmployeeDeductionInput">
634639
<a href="updateemployeedeductioninput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
635640
UpdateEmployeeDeductionInput

GlobalEcosytemAPI/address.doc.html renamed to GlobalEcosystemAPI/address.doc.html

+14-8
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
485485
BillingUsageInput
486486
</a>
487487
</li>
488+
<li title="BooleanExpression">
489+
<a href="booleanexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
490+
BooleanExpression
491+
</a>
492+
</li>
488493
<li title="CappingTypeInput">
489494
<a href="cappingtypeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
490495
CappingTypeInput
@@ -530,6 +535,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
530535
CurrencyInfoInput
531536
</a>
532537
</li>
538+
<li title="CustomFieldFilter">
539+
<a href="customfieldfilter.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
540+
CustomFieldFilter
541+
</a>
542+
</li>
533543
<li title="DateExpression">
534544
<a href="dateexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
535545
DateExpression
@@ -625,11 +635,6 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
625635
StringExpression
626636
</a>
627637
</li>
628-
<li title="TaxCodeInput">
629-
<a href="taxcodeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
630-
TaxCodeInput
631-
</a>
632-
</li>
633638
<li title="UpdateEmployeeDeductionInput">
634639
<a href="updateemployeedeductioninput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
635640
UpdateEmployeeDeductionInput
@@ -687,7 +692,8 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Directives</h4>
687692
<div class="container">
688693
<p class="slds-text-title--caps slds-text-color--weak">OBJECT</p>
689694
<h1 class="slds-text-heading--large">Address</h1>
690-
<div class="slds-text-body--regular"></div>
695+
<div class="slds-text-body--regular"><p>Address type</p>
696+
</div>
691697
</div>
692698
</section>
693699
<section>
@@ -698,7 +704,7 @@ <h2 id="graphql-schema-definition" class="graphdoc-section__title slds-text-head
698704
</a>
699705
GraphQL Schema definition
700706
</h2>
701-
<code class="highlight"><ul class="code" style="padding-left:42px"><li><span class="keyword operator ts">type</span> <span class="identifier">Address</span> {</li><li></li><li><span class="tab"><span class="meta">streetAddress1</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">streetAddress2</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">city</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">zipCode</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">county</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">state</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">country</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li>}</li></ul></code>
707+
<code class="highlight"><ul class="code" style="padding-left:42px"><li><span class="keyword operator ts">type</span> <span class="identifier">Address</span> {</li><li></li><li><span class="tab"><span class="comment line"># Address Line 1</span></span></li><li><span class="tab"><span class="meta">streetAddress1</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># Address Line 2</span></span></li><li><span class="tab"><span class="meta">streetAddress2</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># City</span></span></li><li><span class="tab"><span class="meta">city</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># ZipCode</span></span></li><li><span class="tab"><span class="meta">zipCode</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># County</span></span></li><li><span class="tab"><span class="meta">county</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># State</span></span></li><li><span class="tab"><span class="meta">state</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># Country</span></span></li><li><span class="tab"><span class="meta">country</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li>}</li></ul></code>
702708
</div>
703709
</section>
704710
<section>
@@ -709,7 +715,7 @@ <h2 id="require-by" class="graphdoc-section__title slds-text-heading--medium sld
709715
</a>
710716
Require by
711717
</h2>
712-
<ul class="require-by"><li><a href="contactmethod.doc.html" title="ContactMethod - Contact method for a Person or Business">ContactMethod<em>Contact method for a Person or Business</em></a><li><li><a href="employeepayrollprofile.doc.html" title="EmployeePayrollProfile - ">EmployeePayrollProfile<em>null</em></a><li></ul>
718+
<ul class="require-by"><li><a href="contactmethod.doc.html" title="ContactMethod - Contact method for a Person or Business">ContactMethod<em>Contact method for a Person or Business</em></a><li><li><a href="employeepayrollprofile.doc.html" title="EmployeePayrollProfile - Employee payroll persona">EmployeePayrollProfile<em>Employee payroll persona</em></a><li></ul>
713719
</div>
714720
</section>
715721
<footer>

GlobalEcosytemAPI/amount.doc.html renamed to GlobalEcosystemAPI/amount.doc.html

+19-6
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
485485
BillingUsageInput
486486
</a>
487487
</li>
488+
<li title="BooleanExpression">
489+
<a href="booleanexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
490+
BooleanExpression
491+
</a>
492+
</li>
488493
<li title="CappingTypeInput">
489494
<a href="cappingtypeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
490495
CappingTypeInput
@@ -530,6 +535,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
530535
CurrencyInfoInput
531536
</a>
532537
</li>
538+
<li title="CustomFieldFilter">
539+
<a href="customfieldfilter.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
540+
CustomFieldFilter
541+
</a>
542+
</li>
533543
<li title="DateExpression">
534544
<a href="dateexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
535545
DateExpression
@@ -625,11 +635,6 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
625635
StringExpression
626636
</a>
627637
</li>
628-
<li title="TaxCodeInput">
629-
<a href="taxcodeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
630-
TaxCodeInput
631-
</a>
632-
</li>
633638
<li title="UpdateEmployeeDeductionInput">
634639
<a href="updateemployeedeductioninput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
635640
UpdateEmployeeDeductionInput
@@ -711,7 +716,15 @@ <h2 id="require-by" class="graphdoc-section__title slds-text-heading--medium sld
711716
</a>
712717
Require by
713718
</h2>
714-
<ul class="require-by"><li><a href="accumulatingamount.doc.html" title="AccumulatingAmount - Common type to represent the current amount and year to date amount">AccumulatingAmount<em>Common type to represent the current amount and year to date amount</em></a><li><li><a href="cappingtype.doc.html" title="CappingType - Capping common type">CappingType<em>Capping common type</em></a><li><li><a href="cappingtypeinput.doc.html" title="CappingTypeInput - ">CappingTypeInput<em>null</em></a><li><li><a href="createemployeedeductioninput.doc.html" title="CreateEmployeeDeductionInput - ">CreateEmployeeDeductionInput<em>null</em></a><li><li><a href="currencyinfo.doc.html" title="CurrencyInfo - Currency details.">CurrencyInfo<em>Currency details.</em></a><li><li><a href="currencyinfoinput.doc.html" title="CurrencyInfoInput - Input for currency details.">CurrencyInfoInput<em>Input for currency details.</em></a><li><li><a href="descriptiononlyline.doc.html" title="DescriptionOnlyLine - Details of description line.">DescriptionOnlyLine<em>Details of description line.</em></a><li><li><a href="descriptiononlylineinput.doc.html" title="DescriptionOnlyLineInput - Input for description lines.">DescriptionOnlyLineInput<em>Input for description lines.</em></a><li><li><a href="employeecompensation.doc.html" title="EmployeeCompensation - ">EmployeeCompensation<em>null</em></a><li><li><a href="employeededuction.doc.html" title="EmployeeDeduction - ">EmployeeDeduction<em>null</em></a><li><li><a href="employercompensation.doc.html" title="EmployerCompensation - Setup employer and employee contribution limit/frequency">EmployerCompensation<em>Setup employer and employee contribution limit/frequency</em></a><li><li><a href="invoicetransactioninput.doc.html" title="InvoiceTransactionInput - Input for creating review invoice transaction.">InvoiceTransactionInput<em>Input for creating review invoice transaction.</em></a><li><li><a href="itemsalesline.doc.html" title="ItemSalesLine - Details of item line.">ItemSalesLine<em>Details of item line.</em></a><li><li><a href="itemsaleslineinput.doc.html" title="ItemSalesLineInput - Input for invoice item lines.">ItemSalesLineInput<em>Input for invoice item lines.</em></a><li><li><a href="rate.doc.html" title="Rate - ">Rate<em>null</em></a><li><li><a href="rateinput.doc.html" title="RateInput - ">RateInput<em>null</em></a><li><li><a href="reviewinvoicedetails.doc.html" title="ReviewInvoiceDetails - Details of review invoice.">ReviewInvoiceDetails<em>Details of review invoice.</em></a><li><li><a href="timequantity.doc.html" title="TimeQuantity - A common type to represent the time unit and quantity">TimeQuantity<em>A common type to represent the time unit and quantity</em></a><li><li><a href="updateemployeedeductioninput.doc.html" title="UpdateEmployeeDeductionInput - ">UpdateEmployeeDeductionInput<em>null</em></a><li></ul>
719+
<ul class="require-by"><li><a href="accumulatingamount.doc.html" title="AccumulatingAmount - Common type to represent the current amount and year to date amount">AccumulatingAmount<em>Common type to represent the current amount and year to date amount</em></a><li><li><a href="cappingtype.doc.html" title="CappingType - Capping common type">CappingType<em>Capping common type</em></a><li><li><a href="cappingtypeinput.doc.html" title="CappingTypeInput - Common capping input type">CappingTypeInput<em>Common capping input type</em></a><li><li><a href="createemployeedeductioninput.doc.html" title="CreateEmployeeDeductionInput - Input to create new employee deduction.">CreateEmployeeDeductionInput<em>Input to create new employee deduction.</em></a><li><li><a href="currencyinfo.doc.html" title="CurrencyInfo - Currency details.">CurrencyInfo<em>Currency details.</em></a><li><li><a href="currencyinfoinput.doc.html" title="CurrencyInfoInput - Input for currency details.">CurrencyInfoInput<em>Input for currency details.</em></a><li><li><a href="descriptiononlyline.doc.html" title="DescriptionOnlyLine - Details of description line.">DescriptionOnlyLine<em>Details of description line.</em></a><li><li><a href="descriptiononlylineinput.doc.html" title="DescriptionOnlyLineInput - Input for description lines.">DescriptionOnlyLineInput<em>Input for description lines.</em></a><li><li><a href="employeecompensation.doc.html" title="EmployeeCompensation - Employee Compensation Details">EmployeeCompensation<em>Employee Compensation Details</em></a><li><li><a href="employeededuction.doc.html" title="EmployeeDeduction - Employee deduction is an amount paid by an employee and deducted from each paycheck.">EmployeeDeduction<em>Employee deduction is an amount paid by an employee and deducted from each paycheck.</em></a><li><li><a href="employercompensation.doc.html" title="EmployerCompensation - Setup employer and employee contribution limit/frequency">EmployerCompensation<em>Setup employer and employee contribution limit/frequency</em></a><li><li><a href="invoicetransactioninput.doc.html" title="InvoiceTransactionInput - Input for creating review invoice transaction.">InvoiceTransactionInput<em>Input for creating review invoice transaction.</em></a><li><li><a href="itemsalesline.doc.html" title="ItemSalesLine - Details of item line.">ItemSalesLine<em>Details of item line.</em></a><li><li><a href="itemsaleslineinput.doc.html" title="ItemSalesLineInput - Input for invoice item lines.">ItemSalesLineInput<em>Input for invoice item lines.</em></a><li><li><a href="rate.doc.html" title="Rate - Common rate
720+
15% will be expressed as percentage: true and value: 15
721+
100 will be expressed as percentage: false and value: 100">Rate<em>Common rate
722+
15% will be expressed as percentage: true and value: 15
723+
100 will be expressed as percentage: false and value: 100</em></a><li><li><a href="rateinput.doc.html" title="RateInput - Common rate input.
724+
15% will be expressed as percentage: true and value: 15
725+
100 will be expressed as percentage: false and value: 100">RateInput<em>Common rate input.
726+
15% will be expressed as percentage: true and value: 15
727+
100 will be expressed as percentage: false and value: 100</em></a><li><li><a href="reviewinvoicedetails.doc.html" title="ReviewInvoiceDetails - Details of review invoice.">ReviewInvoiceDetails<em>Details of review invoice.</em></a><li><li><a href="timequantity.doc.html" title="TimeQuantity - A common type to represent the time unit and quantity">TimeQuantity<em>A common type to represent the time unit and quantity</em></a><li><li><a href="updateemployeedeductioninput.doc.html" title="UpdateEmployeeDeductionInput - Input to update existing employee deduction.">UpdateEmployeeDeductionInput<em>Input to update existing employee deduction.</em></a><li></ul>
715728
</div>
716729
</section>
717730
<footer>

GlobalEcosytemAPI/associatedtype.doc.html renamed to GlobalEcosystemAPI/associatedtype.doc.html

+10-5
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
485485
BillingUsageInput
486486
</a>
487487
</li>
488+
<li title="BooleanExpression">
489+
<a href="booleanexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
490+
BooleanExpression
491+
</a>
492+
</li>
488493
<li title="CappingTypeInput">
489494
<a href="cappingtypeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
490495
CappingTypeInput
@@ -530,6 +535,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
530535
CurrencyInfoInput
531536
</a>
532537
</li>
538+
<li title="CustomFieldFilter">
539+
<a href="customfieldfilter.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
540+
CustomFieldFilter
541+
</a>
542+
</li>
533543
<li title="DateExpression">
534544
<a href="dateexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
535545
DateExpression
@@ -625,11 +635,6 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
625635
StringExpression
626636
</a>
627637
</li>
628-
<li title="TaxCodeInput">
629-
<a href="taxcodeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
630-
TaxCodeInput
631-
</a>
632-
</li>
633638
<li title="UpdateEmployeeDeductionInput">
634639
<a href="updateemployeedeductioninput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
635640
UpdateEmployeeDeductionInput

0 commit comments

Comments
 (0)