File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77use ProcessWire \GraphQL \Type \Object \TemplatedPageType ;
88use ProcessWire \GraphQL \Settings ;
99
10- class PageType extends AbstractInterfaceType {
10+ class PageInterfaceType extends AbstractInterfaceType {
1111
1212 public function getName ()
1313 {
Original file line number Diff line number Diff line change 33namespace ProcessWire \GraphQL \Type \Object ;
44
55use Youshido \GraphQL \Type \Object \AbstractObjectType ;
6- use ProcessWire \GraphQL \Type \InterfaceType \PageType as PageInterfaceType ;
6+ use ProcessWire \GraphQL \Type \InterfaceType \PageInterfaceType ;
77
88class PageType extends AbstractObjectType {
99
Original file line number Diff line number Diff line change 44
55use Youshido \GraphQL \Type \Object \AbstractObjectType ;
66use ProcessWire \Template ;
7- use ProcessWire \GraphQL \Type \InterfaceType \PageType as PageInterfaceType ;
7+ use ProcessWire \GraphQL \Type \InterfaceType \PageInterfaceType ;
88use ProcessWire \GraphQL \Settings ;
99
1010class TemplatedPageType extends AbstractObjectType {
You can’t perform that action at this time.
0 commit comments