Graph
mutation{
schema{
type: string @index .
name: string @index .
ssn: string .
title: string @index .
copyrightDate: date @index .
format: string @index .
albumIdentifier: string @index .
addressLine: string .
city: string @index .
telephoneNumber: string .
musicalKey: string .
recorded_at: uid @reverse .
produced_by: uid @reverse .
belongs_to: uid @reverse .
uses: uid @reverse .
writer: uid @reverse .
performer: uid @reverse .
plays: uid @reverse .
stays: uid @reverse .
}
}
*** END ***

No comments:
Post a Comment
Your comments are very much valuable for us. Thanks for giving your precious time.