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 486df61 commit 9a5f789Copy full SHA for 9a5f789
src/Utils.php
@@ -241,7 +241,7 @@ public static function pwFieldToGraphQlField(Field $field)
241
}
242
243
// use third party field if available
244
- $thirdPartyClassName = "\\ProcessWire\\" . $field->type->className() . "GraphQL";
+ $thirdPartyClassName = "\\ProcessWire\\GraphQL" . $field->type->className();
245
if (class_exists($thirdPartyClassName)) {
246
return new FieldtypeThirdParty($thirdPartyClassName, $field);
247
0 commit comments