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: ProcessGraphQLConfig.php
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -238,8 +238,8 @@ public function getInputFields()
238
238
$f->label = 'Legal Page Fields';
239
239
$f->description = 'Choose which built in `Page` fields you wish to be available via GraphQL api.';
240
240
$f->notes = 'Be careful with fields like `parents` & `children` that will allow user to construct deeply nested queries that might be very expensive for your server to fulfill.';
0 commit comments