apigee_api_catalog-8.x-2.4/modules/apigee_graphql_doc/templates/apigee-graphql-doc-file-link-field-item.html.twig
modules/apigee_graphql_doc/templates/apigee-graphql-doc-file-link-field-item.html.twig
{#
/**
* @file apigee-graphql-doc-file-link-field-item.html.twig
* Copyright 2021 Google Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 2 as published by the
* Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
* License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc., 51
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/**
* Default theme implementation for Apigee GraphQL Doc field items.
*
* Available variables:
* - field_name: The name of the field.
* - delta: The delta of the field item.
*
* @ingroup themeable
*/
#}
<div id="apigee-graphql-doc-{{ field_name }}-{{ delta }}">
<div class="api-explorer-wrapper" id="graphql-explorer-{{ field_name }}-{{ delta }}">
</div>
</div>
