Brainslug
Brainslug
### Describe the Bug There is a strange edge case with core collections where checking of field types fails. ### To Reproduce ```ts import { createDirectus, rest, readFiles } from...
Fixes #19448 Fixes #20928 Fixes #22520 ## Scope What's changed: - Adds integrity checks to GraphQL schema generation 1. Checks for invalid collection names in the schema skips them and...
Fixes #22510 ## Scope What's changed: - Lorem ipsum dolor sit amet - Consectetur adipiscing elit - Sed do eiusmod tempor incididunt ## Potential Risks / Drawbacks - Lorem ipsum...
## Scope What's changed: - Lorem ipsum dolor sit amet - Consectetur adipiscing elit - Sed do eiusmod tempor incididunt ## Potential Risks / Drawbacks - Lorem ipsum dolor sit...
### Discussed in https://github.com/directus/directus/discussions/22670 Originally posted by **GuyShane** June 5, 2024 ### Describe the Improvement When I'm using the sdk with graphql, and there is any sort of error during...
### Describe the Improvement Since we're no longer dropping `meta` from the API https://github.com/directus/directus/issues/15665#issuecomment-2145198119 we will need to implement this feature in the SDK.
With the addition of the `useSdk` composable (in #20811) we'll need to document it just like the `useApi` (like the related https://github.com/directus/directus/issues/20606) While the transition from axios to SDK is...
### Page https://docs.directus.io/reference/items.html#update-multiple-items ### Describe the Inaccuracy As follow up to https://github.com/directus/directus/pull/20774 i think we should include examples for how to do updating by query. Currently we only have examples...
### Describe the Bug Currently when the accountability object is built up for a websocket connection this does not include the remote IP address of the client that is connecting....
Fixes #23898 ## Scope What's changed: - Added 2 missing fields in graphql schema ## Potential Risks / Drawbacks - None i am aware of ## Review Notes / Questions...