Mark Huot

Results 109 comments of Mark Huot

This seems “possible.” But I’m not sure of the exact mechanics… - account creation could be a field, `upsertUser`, but there’d need to be a way to secure that, maybe...

Is this still a requirement for you? I'm working on some parts of this over in #89 and could probably bring some of these things in to the fold.

@gertst, this is implemented over in #89 but not yet tagged in a stable release. It adds a top level `authorize` field that allows you to log in _as_ a...

I’ll need to look into this. The last I checked, at least in Craft 2, preview data was not exposed through the API. It was only sent as POST data...

After looking in to this more I don't think it's possible for CraftQL, alone, to manage live preview URLs. The way Craft POSTs preview data directly to a template makes...

Wider token based authentication for Craft would be a welcome addition indeed. There's a lot of token management and validation I'd love to rip out of CraftQL. This is only...

I’m looking in to this more. I don’t think the `X-Craft-Token` gets us preview content, that content is still hidden away in a POST request. But I’m working on an...

@jermashley, I left you a comment over here, https://github.com/jermashley/craftql/pull/1 I'll get this merged in if you can update the PR to point to my upstream repo.

Hrm, I thought only the keys were used in this enum. I left the values as human-readable text to be displayed in the GraphiQL UI. Let me test this out...

This also could be coming from your settings. In the HTML of the `/admin/craftql/browse` page is the following JS, ``` return fetch('$siteUrl/$uri', { ``` There, `$siteUrl` comes from the default...