v2-value-est-service subgraph

This diagram visaulise the project structure of a golang-graphql app.

Get Started. It's Free
or sign up with your email address
v2-value-est-service subgraph by Mind Map: v2-value-est-service subgraph

1. graphql

1.1. models

1.1.1. valuation.go

1.2. resolvers

1.2.1. mutation

1.2.1.1. valuation.mutation.go

1.2.2. query

1.2.2.1. valuation.query.go

1.3. schema

1.3.1. directives

1.3.1.1. directives.graphql

1.3.2. enums

1.3.2.1. property_types.graphql

1.3.2.2. transaction_status.graphql

1.3.3. inputs

1.3.3.1. valuation.graphql

1.3.4. mutation

1.3.4.1. valuation.mutation.graphql

1.3.5. queries

1.3.5.1. valuation.queries.graphql

1.3.6. scalars

1.3.6.1. scalars.graphql

1.3.7. types

1.3.7.1. valuation.graphql

2. dao/repository

3. cmd

4. app

5. api