Marc Scholten

Results 65 issues of Marc Scholten

``` ensureIsAdmin @Admin -- should be just: ensureIsAdmin ```

Currently the indexes in the schema designer are not actually well implemented. - [x] The index should be displayed by name instead of the CreateIndex { .. } notation (via...

enhancement

Plugin Ideas: - [ ] ihp-stripe: Useful to enable more money to be made in the IHP ecosystem - [x] ihp-sentry - [ ] ihp-prometheus - [ ] ihp-admin -...

enhancement

Docs: https://digitallyinduced.notion.site/IHP-GraphQL-d3b502d22d1640ca8a6d82cb5bd4c3d8

The IHP GraphQL implementation right now doesn't support introspection. An example introspection query: ```graphql query IntrospectionQuery { __schema { queryType { name } mutationType { name } subscriptionType { name...

- Basic GraphQL support for building apis - GraphQL Explorer tab in the dev tooling (suggested by @simg)

enhancement

- [x] Add CSSFramework for bootstrap 5 - [ ] Add docs on how to use bootstrap 5

From Slack: > is there a way to see all the routes that are currently mapped in a controller? from ghci maybe, or as a make call? Something like the...