PHP 인터페이스 Youshido\GraphQL\Parser\Ast\Interfaces\FieldInterface

상속: extends Youshido\GraphQL\Parser\Ast\Interfaces\LocatableInterface
파일 보기 프로젝트 열기: youshido/graphql 0 사용 예제들

공개 메소드들

메소드 설명
getAlias ( ) : string
getArguments ( ) : Argument[]
getName ( ) : string

메소드 상세

getAlias() 공개 메소드

public getAlias ( ) : string
리턴 string

getArguments() 공개 메소드

public getArguments ( ) : Argument[]
리턴 Youshido\GraphQL\Parser\Ast\Argument[]

getName() 공개 메소드

public getName ( ) : string
리턴 string