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

representing nested query and foreign key #116

Open
MohamedKHALILRouissi opened this issue Nov 26, 2023 · 1 comment
Open

representing nested query and foreign key #116

MohamedKHALILRouissi opened this issue Nov 26, 2023 · 1 comment

Comments

@MohamedKHALILRouissi
Copy link

image

how can we represent this implementation ?

@hgiasac
Copy link

hgiasac commented Nov 27, 2023

var query {
	UserEventSubscription {
		SchemaID string `graphql:"schema_id"`
		UserEventSubscriptionSchemaEvent struct {
			Hostname string `graphql:"hostname"`
		} `graphql:"user_event_subscription_schema_event"`
	} `graphql:"user_event_subscription(where: { event_uuid: { _eq: $s }})"`
}

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

2 participants