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

add handling of custom labels #16

Open
danielmischler opened this issue Mar 13, 2019 · 0 comments
Open

add handling of custom labels #16

danielmischler opened this issue Mar 13, 2019 · 0 comments

Comments

@danielmischler
Copy link

danielmischler commented Mar 13, 2019

Possible use cases:

  • enums:
type Address {
  prefix: Prefix
  firstName: String
  lastName: String
}
enum Prefix {
  MR
  MRS
  MS
}
  • state:
MERGE (a:Address {...}) ON CREATE SET a:NEW ON MATCH SET a:UPDATED RETURN ...
type Order {
  isPending: ...
  isCancelled: ...
}
  • custom:
type Person {
  tagCloud: [String]
}
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