InvalidCursor
No description
type InvalidCursor implements FieldError {
message: String!
path: [String!]!
}
Fields
InvalidCursor.message
● String!
non-null scalar
InvalidCursor.path
● [String!]!
non-null scalar
Interfaces
FieldError
interface
Implemented by
ConnectionError
union