schema.graphql
fragments.graphql
(INPUT_OBJECT)
for editing product texts and label
input ProductInput {# main title of producttitle: String# full product descriptionlong: String# short description without HTML tagsshort: String# identificator for SEO-friendly URLurl_identificator: String}