Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Fix missing GraphQL type schema#376

Merged
jairad26 merged 3 commits intomainfrom
mjp/hyp-2190-missing-graphql-type-schema
Sep 19, 2024
Merged

Fix missing GraphQL type schema#376
jairad26 merged 3 commits intomainfrom
mjp/hyp-2190-missing-graphql-type-schema

Conversation

@mattjohnsonpint
Copy link
Contributor

No description provided.

@mattjohnsonpint mattjohnsonpint requested a review from a team September 19, 2024 04:02
@linear
Copy link

linear bot commented Sep 19, 2024

HYP-2190 Missing GraphQL type schema

When returning a slice to pointers of structs, such as []*Foo, the type information is collected properly, but the GraphQL schema generation fails to create a GraphQL type Foo.

It does work properly with []Foo, *Foo, and *[]Foo though.

@jairad26 jairad26 merged commit 382e8b3 into main Sep 19, 2024
@jairad26 jairad26 deleted the mjp/hyp-2190-missing-graphql-type-schema branch September 19, 2024 16:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants