DocumentError
No description
type DocumentError {
field: String
message: String!
code: DocumentErrorCode!
}
Fields
DocumentError.field ● String scalar
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
DocumentError.message ● String! non-null scalar
The error message.
DocumentError.code ● DocumentErrorCode! non-null enum
The error code.
Member Of
DocumentAdd object ● DocumentAttach object ● DocumentRemove object ● DocumentUpdate object