interface TypeParserInterface

Defines the interface used for services that create GraphQL types based on simple input, e.g. a formatted string or array

Methods

string
getName()

No description

Type
getType()

No description

Details

at line 14
string getName()

Return Value

string

at line 19
Type getType()

Return Value

Type