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

slack: add user group queries to graphql schema #2907

Merged
merged 4 commits into from
Apr 3, 2023

Conversation

mastercactapus
Copy link
Member

Description:
This PR adds the necessary GraphQL queries for selecting and searching Slack user groups.

Additional Info

  • Start with make start EXPERIMENTAL=slack-ug
  • slackUserGroups { nodes { id, name, handle } }
  • slackUserGroup(id: "id-here") { id, name handle }

Forfold
Forfold previously approved these changes Mar 29, 2023
Copy link
Contributor

@Forfold Forfold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! note: a paid version of slack is required to test this

graphql2/graphqlapp/slack.go Show resolved Hide resolved
graphql2/graphqlapp/slack.go Show resolved Hide resolved
graphql2/models_gen.go Show resolved Hide resolved
graphql2/schema.graphql Show resolved Hide resolved
@Forfold Forfold merged commit b459c3c into master Apr 3, 2023
@Forfold Forfold deleted the slack-user-group-search branch April 3, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants