|
@@ -116,7 +116,8 @@ class GenerateJs extends Component {
|
|
|
</div>
|
|
</div>
|
|
|
<br/>
|
|
<br/>
|
|
|
{this.state.show ?
|
|
{this.state.show ?
|
|
|
- <GraphqlJs graphqlList={queryList}/> :
|
|
|
|
|
|
|
+ <GraphqlJs graphqlList={queryList}/>
|
|
|
|
|
+ :
|
|
|
<Loading/>
|
|
<Loading/>
|
|
|
}
|
|
}
|
|
|
</TabPane>
|
|
</TabPane>
|
|
@@ -127,7 +128,8 @@ class GenerateJs extends Component {
|
|
|
</div>
|
|
</div>
|
|
|
<br/>
|
|
<br/>
|
|
|
{this.state.show ?
|
|
{this.state.show ?
|
|
|
- <GraphqlJs graphqlList={mutationList}/> :
|
|
|
|
|
|
|
+ <GraphqlJs graphqlList={mutationList}/>
|
|
|
|
|
+ :
|
|
|
<Loading/>
|
|
<Loading/>
|
|
|
}
|
|
}
|
|
|
</TabPane>
|
|
</TabPane>
|