Database schema are inferred from schema.gql file, which is also used for graphql schema.
Relations are not necessarily one to one, resulting of some unused database column, e.g. the posts and votes columns of type jsonb in the highlight topics table.
Database schema are inferred from schema.gql file, which is also used for graphql schema.
Relations are not necessarily one to one, resulting of some unused database column, e.g. the
postsandvotescolumns of typejsonbin the highlighttopicstable.