Module: GraphQL::Schema::Member::AcceptsDefinition Private
- Included in:
- GraphQL::Schema, Argument, Enum, EnumValue, Field, InputObject, Interface, Object, Scalar, Union
- Defined in:
- lib/graphql/schema/member/accepts_definition.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Support for legacy accepts_definitions
functions.
Keep the legacy handler hooked up. Class-based types and fields
will call those legacy handlers during their .to_graphql
methods.
This can help out while transitioning from one to the other.
Eventually, GraphQL::{X}Type
objects will be removed entirely,
But this can help during the transition.
Defined Under Namespace
Modules: AcceptsDefinitionDefinitionMethods, InitializeExtension, ToGraphQLExtension