There are some decision problems being NP-complete in graph theory, including the problem of deciding if a graph has a hamilton cycle, or determing the chromatic number. Since the number of labeled graphs is $2^\frac{n(n-1)}{2}$, I think that there are no problems in graph theory more difficult than NP-complete.
- Is this conjecture true ?
- If not, are there even undecidable problems in graph theory ?
You might be interested in the answers to this related mathoverflow question, which gives several undecidable graph-theoretic problems. (Of course, it's somewhat a matter of taste whether a given problem is really "graph-theoretic" or not.)