We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b751bf commit c64976dCopy full SHA for c64976d
lib/absinthe/blueprint/schema/enum_type_definition.ex
@@ -29,7 +29,6 @@ defmodule Absinthe.Blueprint.Schema.EnumTypeDefinition do
29
flags: Blueprint.flags_t(),
30
errors: [Absinthe.Phase.Error.t()]
31
}
32
-
33
def build(type_def, _schema) do
34
%Absinthe.Type.Enum{
35
identifier: type_def.identifier,
0 commit comments