Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

GraphQL error #9

Open
doilio opened this issue Dec 16, 2019 · 2 comments
Open

GraphQL error #9

doilio opened this issue Dec 16, 2019 · 2 comments

Comments

@doilio
Copy link

doilio commented Dec 16, 2019

I get this error when trying to access it from http://localhost:8080/graphiql
{ "timestamp": "2019-12-16T10:31:24.110+0000", "status": 404, "error": "Not Found", "message": "No message available", "path": "/graphql" }

when I try to access from http://localhost:8080/graphql/schema.json

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Dec 16 12:45:56 CAT 2019
There was an unexpected error (type=Not Found, status=404).
No message available

@doilio
Copy link
Author

doilio commented Dec 16, 2019

I have imported the dependencies to the pom.xml file

                <dependency>
			<groupId>com.graphql-java-kickstart</groupId>
			<artifactId>graphql-java-tools</artifactId>
			<version>5.6.0</version>
		</dependency>

		<dependency>
			<groupId>com.graphql-java</groupId>
			<artifactId>graphql-spring-boot-starter</artifactId>
			<version>5.0.2</version>
		</dependency>

		<dependency>
			<groupId>com.graphql-java</groupId>
			<artifactId>graphiql-spring-boot-starter</artifactId>
			<version>5.0.2</version>
		</dependency>

@derek07
Copy link

derek07 commented Feb 18, 2021

@doilio were you able to resolve this issue ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants