Erin Dalzell

Results 64 issues of Erin Dalzell

I'm trying to cut down on my jQuery use, any interest in making a version that doesn't use jQuery?

Closes https://github.com/statamic/ideas/issues/555

### Bug description If you have a grid with `min_items` and `max_items` set the same, you get an empty action menu ### How to reproduce Have this field in a...

### Bug description I switch users over to the DB, then when you try to access the CP (I think) you get this error: https://github.com/statamic/cms/issues/719#issuecomment-943075400. Removing the users (and no...

bug
database

The underlying library supports metadata in for the types, https://webonyx.github.io/graphql-php/type-system/object-types/#custom-metadata, how do I use this?

In the call to `GraphQL::type('Row')` if I set the second parameter (`fresh`) to true, I get ``` Schema must contain unique named types but contains multiple types named "Row" ```...

Sorry if this is in the docs somewhere I looked and didn't see anything. Also looked to see if there was an issue for this. I have a custom type...

Is there a way to change the default resolver? I'm trying to put GraphQL on top of a CMS where the data on an object is retrieved with `$object->data('fieldname')` I'd...

Hi there, great package! 3 models: Form, FormGroups, & Workshops. Workshops `hasOne` FormGroup (via `form_group_id). `form_groups` has a `form_ids` column that contains a JSON of Form `id`s, like `[1,2]`. I'd...

enhancement