Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client objects are not generated when schema is used #771

Open
mores opened this issue Dec 23, 2024 · 0 comments
Open

client objects are not generated when schema is used #771

mores opened this issue Dec 23, 2024 · 0 comments

Comments

@mores
Copy link

mores commented Dec 23, 2024

Per: https://graphql.org/learn/schema/
image

if schema.graphql contains:
schema {
query: QueryRoot
}

type QueryRoot @extends {
ticks(first: Int, after: Int, allowCached: Boolean): TicksConnection
}

Then the following files are not generated:
./target/generated-sources/com/test/shopify/generated/client/TicksProjectionRoot.java
./target/generated-sources/com/test/shopify/generated/client/RouteProjection.java
./target/generated-sources/com/test/shopify/generated/client/TicksGraphQLQuery.java
./target/generated-sources/com/test/shopify/generated/client/TickProjection.java
./target/generated-sources/com/test/shopify/generated/client/VotesProjection.java
./target/generated-sources/com/test/shopify/generated/client/TickEdgeProjection.java

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

No branches or pull requests

1 participant