graphqexl v0.1.0-alpha-rc.25 Graphqexl.Schema.Type
GraphQL custom type
Example: type User {
id: Id!
firstName: String
lastName: String
email: Email!
}
Link to this section Summary
Functions
Lists the Graphqexl.Schema.Field.t/0
s available on the given Graphqexl.Schema.Type.t/0
.
Checks whether the given t:Graphqexl.Schema.Field
is a custom scalar type.
Link to this section Types
Link to this type
t()
t() :: %Graphqexl.Schema.Type{ deprecated: boolean(), deprecation_reason: String.t(), description: String.t(), fields: Treex.Tree.t(), implements: Graphqexl.Schema.Ref.t() | nil, name: String.t() }
Link to this section Functions
Lists the Graphqexl.Schema.Field.t/0
s available on the given Graphqexl.Schema.Type.t/0
.
Returns: [t:Graphqexl.Schema.Field.t/0]
Checks whether the given t:Graphqexl.Schema.Field
is a custom scalar type.
Returns: boolean/0