OBJECT

ProjectModuleInvalidInputError

link GraphQL Schema definition

1type ProjectModuleInvalidInputError {
2
3errorMessage: String!
4
5# The ID of the module where an error happened.
6id: Int!
7
8}