{"id":55086,"library":"graphql-java","title":"GraphQL Java","description":"GraphQL Java implementation for building GraphQL APIs in Java.","status":"active","version":"3.0.0","language":"java","source_language":null,"source_url":"https://github.com/graphql-java/graphql-java","tags":["graphql","api","query","java"],"install":[{"cmd":"<dependency>\n  <groupId>com.graphql-java</groupId>\n  <artifactId>graphql-java</artifactId>\n  <version>3.0.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.graphql-java:graphql-java:3.0.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"GraphQL","correct":"graphql.GraphQL"}],"quickstart":{"code":"import graphql.GraphQL;\nimport graphql.schema.GraphQLSchema;\n\npublic class Main {\n    public static void main(String[] args) {\n        GraphQLSchema schema = GraphQLSchema.newSchema().build();\n        GraphQL graphQL = GraphQL.newGraphQL(schema).build();\n        System.out.println(\"GraphQL ready\");\n    }\n}","lang":"java","description":"Build a GraphQL schema and execute queries."},"warnings":[{"fix":"Update code to use new GraphQLSchema.Builder pattern.","message":"Version 3.0.0 introduced breaking changes in schema building API.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'api':9,13 'build':7 'graphql':1,3,8,12 'implement':5 'java':2,4,11,15 'queri':14","created_at":"2026-06-15T09:36:07.896032+00:00","updated_at":"2026-06-15T09:36:07.896032+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/graphql-java/graphql-java","github":"https://github.com/graphql-java/graphql-java","docs":"https://appdoc.app/artifact/com.graphql-java/graphql-java/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}