Skip to content

Support for non_null fields #4

Description

@jtrees

I expect the following schema...

defmodule Foo do
  embedded_schema do
    field(:hello, :string, null: false)
  end
end

... to result in an absinthe schema that looks like this:

input_object :foo do
  field(:hello, non_null(:string))
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions