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

Dynamically generate GraphQL API from application schemas #64

Closed
adzialocha opened this issue Jan 29, 2022 · 0 comments · Fixed by #141
Closed

Dynamically generate GraphQL API from application schemas #64

adzialocha opened this issue Jan 29, 2022 · 0 comments · Fixed by #141
Assignees

Comments

@adzialocha
Copy link
Member

adzialocha commented Jan 29, 2022

Development

Stage 1

  • Using the StorageProvider
  • No cute filter and queries

Stage 2

  • Use sql queries in order to provide ordering and filtering by fields

Stage 3

  • Bring back the advanced filtering and sql queries into the storage provider

Outline for GraphQL API:

events_0020...38830
    parameter
      id
      view_id
      
    returns an object representing a document view
        fields
            ...depending on the schema
        meta
            id: String!
            view_id: String!
            authors: String[]
            deleted: Boolean
            edited: Boolean
            operations
        reverse_relations [tbd]
            [reverse_field_name]
        
all_events_0020...38830
    parameter
        orderBy
        orderDirection
        first
        skip  
        
    returns an array of objects
@adzialocha adzialocha changed the title Dynamically generate GraphQL Schema from application schemas Dynamically generate GraphQL API from application schemas Jan 29, 2022
@adzialocha adzialocha mentioned this issue Jan 29, 2022
16 tasks
@adzialocha adzialocha added this to the Dynamic GraphQL schemas milestone Mar 4, 2022
@cafca cafca self-assigned this Jun 7, 2022
@adzialocha adzialocha linked a pull request Jun 17, 2022 that will close this issue
7 tasks
@adzialocha adzialocha modified the milestones: Dynamic GraphQL schemas, aquadoggo feature freeze Jul 12, 2022
@cafca cafca closed this as completed in #141 Aug 7, 2022
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

Successfully merging a pull request may close this issue.

2 participants