Interface GraphQLImplementingType

    • Method Detail

      • getInterfaces

        java.util.List<GraphQLNamedOutputType> getInterfaces()
        Returns:
        This returns GraphQLInterface or GraphQLTypeReference instances, if the type references are not resolved yet. After they are resolved it contains only GraphQLInterface. Reference resolving happens when a full schema is built.