Skip to content

Commit

Permalink
Merge pull request #1292 from barnabasJ/patch-1
Browse files Browse the repository at this point in the history
assign correct field_def value
  • Loading branch information
benwilson512 authored Jan 10, 2024
2 parents bba6596 + 390cf41 commit cd4ab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/absinthe/blueprint/schema/object_type_definition.ex
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defmodule Absinthe.Blueprint.Schema.ObjectTypeDefinition do
deprecation: field_def.deprecation,
description: field_def.description,
complexity: field_def.complexity,
config: field_def.complexity,
config: field_def.config,
triggers: field_def.triggers,
name: field_def.name,
type: Blueprint.TypeReference.to_type(field_def.type, schema),
Expand Down

0 comments on commit cd4ab0e

Please sign in to comment.