We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f386e2 commit a5a2c74Copy full SHA for a5a2c74
lib/graphql/schema/member/base_dsl_methods.rb
@@ -113,27 +113,15 @@ def default_graphql_name
113
end
114
115
def visible?(context)
116
- if @mutation
117
- @mutation.visible?(context)
118
- else
119
- true
120
- end
+ true
121
122
123
def accessible?(context)
124
125
- @mutation.accessible?(context)
126
127
128
129
130
131
def authorized?(object, context)
132
133
- @mutation.authorized?(object, context)
134
135
136
137
138
139
0 commit comments