Overview
  • Namespace
  • Class

Namespaces

  • WPGraphQL
    • Data
    • Type
      • Avatar
      • Comment
        • Connection
      • CommentAuthor
      • EditLock
      • Enum
      • MediaItem
        • Mutation
      • Plugin
        • Connection
      • PostObject
        • Connection
        • Mutation
      • PostType
      • Setting
      • Taxonomy
      • TermObject
        • Connection
        • Mutation
      • Theme
        • Connection
      • Union
      • User
        • Connection
        • Mutation
    • Utils

Classes

  • AppContext
  • Router
  • Types
  • WPSchema

Class WPSchema

Class WPSchema

Extends the Schema to make some properties accessible via hooks/filters

GraphQL\Schema
Extended by WPGraphQL\WPSchema
Namespace: WPGraphQL
Package: WPGraphQL
Located at WPSchema.php

Methods summary

public
# __construct( array|null $config )

WPSchema constructor.

WPSchema constructor.

Parameters

$config

Since

0.0.9

Properties summary

public array|null $filterable_config

Holds the $filterable_config which allows WordPress access to modifying the $config that gets passed down to the Executable Schema

Holds the $filterable_config which allows WordPress access to modifying the $config that gets passed down to the Executable Schema

Since

0.0.9
#
API documentation generated by ApiGen