Class MissingRootTypeException

    • Constructor Detail

      • MissingRootTypeException

        public MissingRootTypeException​(java.lang.String message,
                                        SourceLocation sourceLocation)
    • Method Detail

      • getLocations

        public java.util.List<SourceLocation> getLocations()
        Specified by:
        getLocations in interface GraphQLError
        Returns:
        the location(s) within the GraphQL document at which the error occurred. Each SourceLocation describes the beginning of an associated syntax element