From e29502903458bcedc5fe615c627d8a5e36285361 Mon Sep 17 00:00:00 2001 From: Barnabas Jovanovics Date: Mon, 28 Aug 2023 16:34:16 +0200 Subject: [PATCH] fix: wrong auto complete --- lib/api/api.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/api.ex b/lib/api/api.ex index bc09133..384ffe1 100644 --- a/lib/api/api.ex +++ b/lib/api/api.ex @@ -201,7 +201,7 @@ defmodule AshGraphql.Api do identifier: :desc_nils_first, __reference__: AshGraphql.Resource.ref(env), name: "DESC_NULLS_FIRST", - value: :dialyzer_succ_typings + value: :des_nils_first }, %Absinthe.Blueprint.Schema.EnumValueDefinition{ module: schema,