[Chapter 12 - MicroProfile GraphQL 2.0] Add new chapter about MicroProfile GraphQL 2.0#68
Open
ttelang wants to merge 9 commits into
Open
[Chapter 12 - MicroProfile GraphQL 2.0] Add new chapter about MicroProfile GraphQL 2.0#68ttelang wants to merge 9 commits into
ttelang wants to merge 9 commits into
Conversation
This chapter introduces MicroProfile GraphQL 2.0, covering its features, advantages over REST, and how to implement GraphQL APIs in Jakarta EE and MicroProfile applications. It includes topics such as defining endpoints, using annotations, error handling, and project dependencies.
t1
reviewed
May 27, 2026
t1
left a comment
There was a problem hiding this comment.
Great work! I wouldn't say that and add all this nitpicking comments, if I thought differently ;-)
Co-authored-by: Rüdiger zu Dohna <ruediger.dohna@codecentric.de>
Corrected punctuation and improved sentence structure in the introduction and various sections of the chapter.
Revised introduction to clarify the challenges of REST APIs and the advantages of GraphQL in addressing diverse client needs.
Revised text for clarity and improved flow regarding network overhead and composite endpoints. Enhanced explanation of the `@Source` annotation in MicroProfile GraphQL.
Contributor
Author
@t1 - Thanks for your valuable feedback and appreciation. |
Added explanations for using @name and @description annotations in GraphQL schema. Included Maven and Gradle configurations for preserving parameter names.
Expanded the explanation of GraphQL to include its suitability for machine-to-machine communication and the benefits of schema-first contracts.
Removed the word 'schema-first' from the description of GraphQL service contract.
Clarified the explanation of GraphQL introspection and its similarities to OpenAPI and Swagger UI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This chapter introduces MicroProfile GraphQL 2.0, covering its features, advantages over REST, and how to implement GraphQL APIs in Jakarta EE and MicroProfile applications.
It covers the following topics: