Skip to content

vagrantinoz/graphql-relay-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-relay

UNDER CONSTRUCTION 👷🏽🚧

Helpers for using graphql with Relay.

Todo

  • Connections

    • arguments (Object definition connection helper)
    • connection type for type (ConnectionType#connection_class)
    • Connection classes
      • ArrayConnection
      • RelationConnection
  • Object Identification

    • Node-related types
      • NodeInterface (returned from Node.create)
      • NodeField (returned from Node.create)
    • toGlobalId, fromGlobalId (Node.from_global_id, Node.to_global_id)
    • globalIdField (field :id, field: GlobalIdField.new("TypeName"))
    • pluralIdentifyingRootField
  • Mutations (by Mutation.define)

    • Accept inputs, outputs and resolution
    • Return a field

More Resources

About

Relay helpers for GraphQL & Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages