Skip to content

jacotri77/GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL

Basic GraphQL application using GraphiQL to expose the data in a UI format.

Query:

Mutation:

Fragments: Create the Fragment:

fragment comparisonFields on Character {
  name
  appearsIn
  friends {
    name
  }
}

Call the Fragment:

...comparisonFields

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published