Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Allow traversing upwards in the graph  #2

Open
@jepp2078

Description

@jepp2078

We need to add the ability to traverse up the graph.

To do this we need to add the parent objects to the schema.graphql file.

Eg. for a meetup

type Meetup {
   id: Int!
   name: String
   date: String
   duration: String
   attendees: Int
   address: String
   sponsors: MeetupSponsor
   presentations: [Presentation]
   meetupGroup: MeetupGroup
}

When this is done, make generate can be run, and a resolver then needs to be implemented in the meetupResolver.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions