Skip to main content
Communities are a part of social features functionality provided by Opigno Enterprise. They allow to group users by interests and discuss different topics by sharing posts inside a community. A community can be created by any user associated with a context with AUTHENTICATED scope. The current API user will be set as a community owner and will not be considered as a member. To create a community, createCommunity mutation should be executed. Mutation has a single required incoming argument - data that represents CommunityInput object:
The mutation returns a Community object. Detailed description and the full list of available properties can be found here.