Skip to content

Allow @libre.graph.shareTypes in the driveItem $select - #70

Merged
dschmidt merged 1 commit into
mainfrom
fix/driveitem-select-share-types
Sep 7, 2026
Merged

Allow @libre.graph.shareTypes in the driveItem $select#70
dschmidt merged 1 commit into
mainfrom
fix/driveitem-select-share-types

Conversation

@dschmidt

@dschmidt dschmidt commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

#58 documented @libre.graph.shareTypes as $select-only but never added it to the driveItemSelect enum, so it can't be requested. Generated clients turn that enum into a closed type and drop the value entirely.

Adds the enum value and an example, affects every operation referencing driveItemSelect.

The DriveItem schema says @libre.graph.shareTypes is only returned when
requested via $select, but the shared driveItemSelect parameter did not
list it, so clients generated from the spec cannot request it.
@dschmidt
dschmidt merged commit 6f62dae into main Sep 7, 2026
4 checks passed
@dschmidt
dschmidt deleted the fix/driveitem-select-share-types branch September 7, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants