Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (string $name, array $fields, array $interfaces, string $description) | |
getName () | |
getFields () | |
getInterfaces () | |
getDescription () | |
Describes all the configured data of an Output or Input type in GraphQL.
__construct | ( | string | $name, |
array | $fields, | ||
array | $interfaces, | ||
string | $description | ||
) |
getDescription | ( | ) |
getFields | ( | ) |
Get a list of fields that make up the possible return or input values of a type.
Implements TypeInterface.
getInterfaces | ( | ) |
getName | ( | ) |