Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProposedIntent to link Intent and Proposal #39

Open
mayel opened this issue May 22, 2020 · 0 comments
Open

ProposedIntent to link Intent and Proposal #39

mayel opened this issue May 22, 2020 · 0 comments

Comments

@mayel
Copy link

mayel commented May 22, 2020

Follows from #15 for more fleshed out Intents

Represents many-to-many relationships between Proposals and Intents, supporting
including intents in multiple proposals, as well as a proposal including
multiple intents.

type ProposedIntent {
  id: ID!

  """
  This is a reciprocal intent of this proposal, not primary. Not meant to be used for intent matching.
  """
  reciprocal: Boolean

  """The intent which is part of this published proposal."""
  publishes: Intent!

  """The published proposal which this intent is part of."""
  publishedIn: Proposal!
}

type ProposedIntentResponse {
  proposedIntent: ProposedIntent
}
@mayel mayel changed the title Create/Get/List ProposedIntent ProposedIntent to link Intent and Proposal May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant