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

  • EditLockType

Class EditLockType

Class WPObjectType

Object Types should extend this class to take advantage of the helper methods and consistent filters.

GraphQL\Type\Definition\ObjectType
Extended by WPGraphQL\Type\WPObjectType
Extended by WPGraphQL\Type\EditLock\EditLockType
Namespace: WPGraphQL\Type\EditLock
Package: WPGraphQL\Type
Since: 0.0.5
Located at Type/EditLock/EditLockType.php

Methods summary

public
# __construct( )

EditLockType constructor.

EditLockType constructor.

Overrides

WPGraphQL\Type\WPObjectType::__construct
protected static mixed|null
# fields( )

Configures the fields for the EditLock type

Configures the fields for the EditLock type

Returns

mixed|null

Methods inherited from WPGraphQL\Type\WPObjectType

node_interface(), prepare_fields()

API documentation generated by ApiGen