Matt Krick

Results 110 issues of Matt Krick

Some queries never need to make it to the client, they're just for the server. We should blacklist those when we create the client schema to keep it small.

The redux store isn't easily navigable for humans. For example, if a field has no args, you get the value. If it does have args, the values are stored in...

I've never uploaded a file via graphQL, so if someone else wants to take a crack at this, have at it. Otherwise, it'll be low priority until the need comes...

enhancement

right now we're kinda flying blind. All the supporting modules are pretty well covered, but we gotta write some tests for the query/mutate methods & all the dependency tracking.

investigate whether it makes sense to use a webworker on a per-reducer basis (cashay) or whether it'd be better to just instruct the dev to build his entire store in...

fieldNodes will never be an empty array. ```ts // Before const node = info.fieldNodes[0] // undefined | FieldNode // After const node = info.fieldNodes[0] // FieldNode ``` This is helpful...

Fixes carousel sliding: https://www.loom.com/share/d9a85b1904be463ea3cb7401e8f4e47d

# Description Fixes #7054 An active team was defined by the team having a meeting.updatedAt being less than 30 days old. updatedAt is now replaced with endedAt/createdAt. Also, updated applied...