You are here

22 classes are annotated with GraphQLType in GraphQL 8.3

Bike in tests/modules/graphql_plugin_test/src/Plugin/GraphQL/Types/Bike.php
A bike type.
Car in tests/modules/graphql_plugin_test/src/Plugin/GraphQL/Types/Car.php
A bike type.
ConstraintViolation in modules/graphql_core/src/Plugin/GraphQL/Types/Mutations/ConstraintViolation.php
GraphQL type for validation constraint violations.
DefaultInternalUrl in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/DefaultInternalUrl.php
Plugin annotation @GraphQLType( id = "default_internal_url", name = "DefaultInternalUrl", interfaces = {"InternalUrl"}, weight = -1 )
EntityBundle in modules/graphql_core/src/Plugin/GraphQL/Types/Entity/EntityBundle.php
Plugin annotation @GraphQLType( id = "entity_bundle", schema_cache_tags = {"entity_types", "entity_bundles"}, deriver = "Drupal\graphql_core\Plugin\Deriver\Types\EntityBundleDeriver" )
EntityCanonicalUrl in modules/graphql_core/src/Plugin/GraphQL/Types/Entity/EntityCanonicalUrl.php
GraphQL type for Drupal entity routes.
EntityCrudOutput in modules/graphql_core/src/Plugin/GraphQL/Types/Mutations/EntityCrudOutput.php
GraphQL type for entity mutation results.
EntityFieldType in modules/graphql_core/src/Plugin/GraphQL/Types/Entity/EntityFieldType.php
Plugin for GraphQL types derived from raw field values.
EntityQueryResult in modules/graphql_core/src/Plugin/GraphQL/Types/EntityQuery/EntityQueryResult.php
GraphQL type for entity query result sets.
EntityType in modules/graphql_core/src/Plugin/GraphQL/Types/Entity/EntityType.php
Plugin annotation @GraphQLType( id = "entity_type", schema_cache_tags = {"entity_types"}, deriver = "Drupal\graphql_core\Plugin\Deriver\Types\EntityTypeDeriver" )
ExternalResponse in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/ExternalResponse.php
GraphQL type for external http responses.
ExternalUrl in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/ExternalUrl.php
GraphQL type for non-Drupal urls.
FancyBike in tests/modules/graphql_override_test/src/Plugin/GraphQL/Types/FancyBike.php
Replace our bike with an over-engineered one.
ImageResource in modules/graphql_core/src/Plugin/GraphQL/Types/Images/ImageResource.php
Plugin annotation @GraphQLType( id = "image_resource", name = "ImageResource", provider = "image" )
InternalResponse in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/InternalResponse.php
GraphQL type for internal http responses.
Language in modules/graphql_core/src/Plugin/GraphQL/Types/Languages/Language.php
GraphQL type for language objects.
LanguageSwitchLink in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/LanguageSwitchLink.php
Plugin annotation @GraphQLType( id = "language_switch_link", name = "LanguageSwitchLink" )
Link in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/Link.php
GraphQL type for link.
Menu in modules/graphql_core/src/Plugin/GraphQL/Types/Menu/Menu.php
GraphQL type representing Drupal menus.
MenuLink in modules/graphql_core/src/Plugin/GraphQL/Types/Menu/MenuLink.php
GraphQL type representing Drupal menu links.
RedirectUrl in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/RedirectUrl.php
GraphQL type for redirects.
UnexposedEntity in modules/graphql_core/src/Plugin/GraphQL/Types/Entity/UnexposedEntity.php
Entity type to resolve to if the values type is not exposed to the schema.