graphqexl v0.1.0-alpha-rc.15 Graphqexl.Schema.Type
GraphQL type
Link to this section Summary
Functions
Lists the fields available on the given Graphqexl.Schema.Type.t/0
.
Link to this section Types
Link to this section Functions
Link to this function
fields(type)
(since 0.1.0)fields(Graphqexl.Schema.Type.t()) :: [Graphqexl.Schema.Field.t()]
Lists the fields available on the given Graphqexl.Schema.Type.t/0
.
Returns: [t:Graphqexl.Schema.Field.t/0]