Hi, I have this from my search provider to pull there search box in my website:                        <link rel="stylesheet" type="text/css" href="https://secure.servers.com/tld-search/api-search.css?color=0000ff&width=700"/>
<script type="text/javascript" src="https://secure.servers.com/tld-search/api-search.js?lang=en&store=ewebwea"></script>
<script type="text/javascript">
searchApiOptions = {
	store: "ewebwea",
	containerId: "divID",
	submitURL: "",
	selectedTld: "com",
	popupBox: true,
	floatingBox: false
};
</script>
<div id="divID"></div>         can I find help in how to use this with graphql in my next.js site???