You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attributesForm(type: String!@doc(description: "Form type")): AttributesFormOutput!@resolver(class: "Magento\\EavGraphQl\\Model\\Resolver\\AttributesForm") @doc(description: "Retrieve EAV attributes associated to a frontend form.")
13
-
attributesList(entityType: AttributeEntityTypeEnum!@doc(description: "Entity type.")): AttributesMetadataOutput@resolver(class: "Magento\\EavGraphQl\\Model\\Resolver\\AttributesList") @doc(description: "Returns list of atributes metadata for given entity type.") @cache(cacheable: false)
12
+
attributesForm(formCode: String!@doc(description: "Form code.")): AttributesFormOutput!@resolver(class: "Magento\\EavGraphQl\\Model\\Resolver\\AttributesForm") @doc(description: "Retrieve EAV attributes associated to a frontend form.")
13
+
attributesList(entityType: AttributeEntityTypeEnum!@doc(description: "Entity type.")): AttributesMetadataOutput@resolver(class: "Magento\\EavGraphQl\\Model\\Resolver\\AttributesList") @doc(description: "Returns a list of attributes metadata for a given entity type.") @cache(cacheable: false)
14
14
}
15
15
16
16
typeCustomAttributeMetadata@doc(description: "Defines an array of custom attributes.") {
0 commit comments