2

I'm trying to use graphql for the first time, and I have a problem with the schema.graphqls file, in fact the extension is not recognized even in my pom.xml I added the dependency :

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-graphql</artifactId>
</dependency>
Brian Clozel
  • 56,583
  • 15
  • 167
  • 176
sara
  • 21
  • 1

1 Answers1

0

it should be schema.graphql, not schema.graphqls

Xizam
  • 699
  • 7
  • 21