Cannot resolve symbol 'DgsConstants' #259
-
|
Hi! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
What you typically want to do after a schema change (or initially when creating a schema), is kick-off code generation: The classes will be generated and recognized by Intellij after that. |
Beta Was this translation helpful? Give feedback.

What you typically want to do after a schema change (or initially when creating a schema), is kick-off code generation:
The classes will be generated and recognized by Intellij after that.