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

feat: Add Domain GQL schema and resolver #2934

Merged
merged 9 commits into from
Oct 23, 2024

Conversation

fregataa
Copy link
Member

@fregataa fregataa commented Oct 22, 2024

Add GQL Relay domain query schema

Example

query DomainQuery {
    domain_nodes(
        order: "created_at"
        # filter: "name like \"def\"",
        ) {
            edges {
                node {
                    id
                    name
                    allowed_vfolder_hosts
                    allowed_docker_registries
                    scaling_groups {
                        edges {
                            node {
                                name
                                is_active
                                is_public
                                created_at
                            }
                        }
                    }
                }
            }
    }
}

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version

📚 Documentation preview 📚: https://sorna--2934.org.readthedocs.build/en/2934/


📚 Documentation preview 📚: https://sorna-ko--2934.org.readthedocs.build/ko/2934/

Copy link
Member Author

fregataa commented Oct 22, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @fregataa and the rest of your teammates on Graphite Graphite

@github-actions github-actions bot added area:docs Documentations comp:manager Related to Manager component size:XL 500~ LoC labels Oct 22, 2024
@fregataa fregataa force-pushed the topic/10-19-chore_add_rbac_model_schema branch from 8411fea to 6c63649 Compare October 22, 2024 10:45
@fregataa fregataa force-pushed the topic/10-19-feature_add_gql_domain_node_schema branch from b9b7d2a to 7435ff7 Compare October 22, 2024 10:46
@fregataa fregataa force-pushed the topic/10-19-chore_add_rbac_model_schema branch from 6c63649 to bf955a4 Compare October 22, 2024 10:57
Base automatically changed from topic/10-19-chore_add_rbac_model_schema to main October 22, 2024 11:04
@fregataa fregataa force-pushed the topic/10-19-feature_add_gql_domain_node_schema branch from 7435ff7 to ae1024f Compare October 22, 2024 13:13
@fregataa fregataa marked this pull request as ready for review October 22, 2024 13:23
@fregataa fregataa changed the title feature: Add Domain GQL schema and resolver feat: Add Domain GQL schema and resolver Oct 22, 2024
@fregataa fregataa force-pushed the topic/10-19-feature_add_gql_domain_node_schema branch from ee27774 to e07d5cd Compare October 22, 2024 13:53
@fregataa fregataa force-pushed the topic/10-19-feature_add_gql_domain_node_schema branch from d6e6162 to 53d0b41 Compare October 23, 2024 02:35
@fregataa fregataa added this to the 24.12 milestone Oct 23, 2024
@fregataa fregataa added this pull request to the merge queue Oct 23, 2024
Merged via the queue into main with commit 78cd049 Oct 23, 2024
25 checks passed
@fregataa fregataa deleted the topic/10-19-feature_add_gql_domain_node_schema branch October 23, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:docs Documentations comp:manager Related to Manager component size:XL 500~ LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant