PHP Class GraphQL\Language\AST\OperationTypeDefinitionNode

Inheritance: extends Node
Show file Open project: webonyx/graphql-php

Public Properties

Property Type Description
$kind string
$operation string One of 'query' | 'mutation' | 'subscription'
$type NamedTypeNode

Property Details

$kind public property

public string $kind
return string

$operation public property

One of 'query' | 'mutation' | 'subscription'
public string $operation
return string

$type public property

public NamedTypeNode,GraphQL\Language\AST $type
return NamedTypeNode