Skip to content

zeng-alt/graphql-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please check the query method in the Config.java file and the corresponding scahem.graphqls file.

The following jon query method corresponds to

query MyQuery {
  findAllUsers(userInput: { name: "add", address: { country: "12" } }) {
    address {
      city
      country
      id
      province
    }
    id
    name
    password
    phone
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages