You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/graphql/schema/field.rb
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,8 @@ def subscription_scope
83
83
end
84
84
attr_writer:subscription_scope
85
85
86
+
attr_reader:on_raise_callback
87
+
86
88
# Create a field instance from a list of arguments, keyword arguments, and a block.
87
89
#
88
90
# This method implements prioritization between the `resolver` or `mutation` defaults
@@ -220,7 +222,8 @@ def method_conflict_warning?
220
222
# @param validates [Array<Hash>] Configurations for validating this field
221
223
# @param fallback_value [Object] A fallback value if the method is not defined
222
224
# @param skip_nodes_on_raise [Boolean] true if this field's list items should be skipped, if resolving them led to an error being raised. Only applicable to List types.
0 commit comments