PHP Class GraphQL\Examples\Blog\Type\CommentType

Inheritance: extends GraphQL\Type\Definition\ObjectType
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Méthode Description
__construct ( )
author ( Comment $comment )
parent ( Comment $comment )
replies ( Comment $comment, $args )
totalReplyCount ( Comment $comment )

Method Details

__construct() public méthode

public __construct ( )

author() public méthode

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

parent() public méthode

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

replies() public méthode

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

totalReplyCount() public méthode

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