Graph Ql
composer require landofcoder/module-productlabel-graphql
php bin/magento module:enable Lof_ProductLabelGraphQl
php bin/magento setup:upgrade --keep-generated
php bin/magento cache:cleanquery {
lofFormBuilderFormById (form_id: Int!) {
title
identifier
show_captcha
show_toplink
submit_button_text
redirect_link
creation_time
before_form_content
after_form_content
success_message
page_title
meta_keywords
meta_description
submit_text_color
submit_background_color
submit_hover_color
input_hover_color
tags
design_fields {
cid
field_id
label
field_type
required
field_options
fieldcol
wrappercol
inline_css
field_size
font_weight
color_text
font_size
color_label
validation
include_blank_option
options {
label
checked
}
}
stores
}
}Last updated