我怎样才能在Absinthe中使用时间戳? (凤凰1.3)

时间:2017-08-08 20:29:52

标签: elixir phoenix-framework absinthe

我有凤凰1.3 +苦艾酒的问题。

我试试这段代码:

schema "urls" do
  field :path, :string

  timestamps()
 end

object :url do
  field :id, :id
  field :path, :string
  field :inserted_at, :datetime
end

它与idpath一起使用,但在inserted_at的情况下失败了:

Inserted_at :datetime is not defined in your schema.          

Types must exist if referenced.   


lib/absinthe/schema.ex:230: Absinthe.Schema.__after_compile__/2     
(stdlib) erl_eval.erl:670: :erl_eval.do_apply/6                     
(elixir) lib/kernel/parallel_compiler.ex:121: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/1

0 个答案:

没有答案