Query {integrationInfo?.friendlyName} Config
{#if queryConfig}
updateRole(e.detail)} options={$roles} getOptionLabel={x => x.name} getOptionValue={x => x._id} />
{#if integrationInfo?.extra && query.queryVerb} {/if} {/if}
{#if shouldShowQueryConfig}
Fields Fill in the fields specific to this query.
Transformer window.open(transformerDocs)} hoverable name="Help" size="L" />
Add a JavaScript function to transform the query result. (query.transformer = e.detail)} />
Results
Below, you can preview the results from your query and change the schema.
{#if data}
                
                {#if !data[0]}
                  Please run your query to fetch some data.
                {:else}
                  {JSON.stringify(data[0], undefined, 2)}
                {/if}
              
{#each fields as field, idx}