Graph Ql
Please setup the Graph Ql extension at here: https://github.com/landofcoder/module-product-label-graph-ql
Or setup via composer by run commands:
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
Get Form design by Id
query {
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
}
}Get list public form profiles
Get my submitted messages list
Get my submitted message by ID
POST form data - required customer logged in
Last updated