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

GraphQL queries + GraphQL GUI support #189

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Conversation

lcdr
Copy link
Collaborator

@lcdr lcdr commented Jun 17, 2024

This one is a bit odd semantically, since I'm adding queries but (in the case of the mission detail view) not the code that uses them, but it means that this PR is fully backwards compatible, which also helps to make the next PR smaller.

  • Add all queries and their generated TS code
  • Add GQL support to directives (which are currently named fetchX but saved as x.directive.ts, so I'm renaming them fetchX.directive.ts and adding GQL-enabled directives in their place, which is why the diff doesn't show it as a rename)
  • Add GQL support to mission and mission-list components, in the way of optional input attributes.

Please squash before merging :)

@Xiphoseer Xiphoseer merged commit 79db711 into LUDevNet:main Jun 17, 2024
1 check passed
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.

2 participants