Class DefaultGraphQL

  • All Implemented Interfaces:
    GraphQL

    @Component
    public class DefaultGraphQL
    extends Object
    implements GraphQL
    Since:
    6.12.0
    • Constructor Detail

      • DefaultGraphQL

        public DefaultGraphQL()
    • Method Detail

      • isDynamicType

        public boolean isDynamicType​(Type type)
        Description copied from interface: GraphQL
        Get whether a type is a 'dynamic type' where the fields are provided at runtime
        Specified by:
        isDynamicType in interface GraphQL