Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Create First Query Graph #6

Closed
2 tasks done
Ciloe opened this issue Aug 10, 2019 · 0 comments
Closed
2 tasks done

Create First Query Graph #6

Ciloe opened this issue Aug 10, 2019 · 0 comments

Comments

@Ciloe
Copy link
Owner

Ciloe commented Aug 10, 2019

Add query GraphQL :

  • Localization (uuid)
  • Localizations (order)

Localization Object :

type Localization {
    uuid: String!,
    gid: String!,
    data: [String!],
    alt: [String!],
    name: String!,
    type: LocalizationTypeEnum!,
    tags: [String]!,
    coordinates: Geometry,
    path: [Int!]
    id_parent: Int
}
@Ciloe Ciloe added this to the Initialization milestone Aug 10, 2019
@Ciloe Ciloe closed this as completed Aug 12, 2019
Ciloe added a commit that referenced this issue Oct 16, 2019
Signed-off-by: Jimmy ESCRICH <jimmy.escrich@medelse.com>
Ciloe added a commit that referenced this issue Oct 16, 2019
Signed-off-by: Jimmy ESCRICH <jimmy.escrich@medelse.com>
Ciloe added a commit that referenced this issue Oct 16, 2019
* Issue #5 - Add pomm structure and database types

* Issue #6 - Add schema and first select (#8)

* Issue #9 - Add command import (#11)

* Issue #10 - Bench, add parent (#12)

* Rework docker and helm (#25)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant