CESAR RAMOS

Results 14 issues of CESAR RAMOS

I'm wondering if is possible validate a object against the schema What I want to do is validate the input in the client before send it to graphql server.

enhancement
help wanted
question

#### Nexus Report ``` | error Error: | - Missing type MessageOrderByInput, did you forget to import a type to the root query or mean .......? ``` #### Description I'm...

Trigger change event when update the input. For handle change event on custom functions

Adding selected event event name "angucomplete-selected"

Sorry for my english like #169 I have same issue in Meteor 1.3 but just under test. (meteor test --driver-package practicalmeteor:mocha) If I add accounts-password package solve the problem, but...

### What is the problem? I am trying to execute a simple query like: client: ``` const [users] = useQuery(getUsers, { createdAt: new Date() }) ``` but the query run...

kind/bug
status/triage

### Is your feature request related to a problem? I was reading and testing Qwik I and very impressive and exciter about it. The only missing part I can see...

TYPE: enhancement
STATUS-1: needs triage

### Issue Description I am using fetchMore to make pagination works. ``` typePolicies: { Query: { fields: { books: { read(existing, {args: {skip = 0}}) { //THIS ARGS IS ALWAYS...

🐞 bug

## 🐛 Bug Report it: ``` expect({a:[{}]}).toMatchObject({a:{}}) expect({ a: undefined }).toMatchObject({ a: {} }); expect({ a: null }).toMatchObject({}); expect({ a: "string" }).toMatchObject({}); expect({ a: 1 }).toMatchObject({}); ``` should fail but...

:bug: Bug
Stale