Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1016 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 1016 Bytes

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