PHP Class GraphQL\Examples\Blog\Type\CommentType

Inheritance: extends GraphQL\Type\Definition\ObjectType
Show file Open project: webonyx/graphql-php

Public Methods

Method Description
__construct ( )
author ( Comment $comment )
parent ( Comment $comment )
replies ( Comment $comment, $args )
totalReplyCount ( Comment $comment )

Method Details

__construct() public method

public __construct ( )

author() public method

public author ( Comment $comment )
$comment GraphQL\Examples\Blog\Data\Comment

parent() public method

public parent ( Comment $comment )
$comment GraphQL\Examples\Blog\Data\Comment

replies() public method

public replies ( Comment $comment, $args )
$comment GraphQL\Examples\Blog\Data\Comment

totalReplyCount() public method

public totalReplyCount ( Comment $comment )
$comment GraphQL\Examples\Blog\Data\Comment