0.5.9-collections-crud+spa-fix
All checks were successful
Deploy on push / deploy (push) Successful in 6s
All checks were successful
Deploy on push / deploy (push) Successful in 6s
This commit is contained in:
@@ -64,4 +64,9 @@ type Mutation {
|
||||
create_community(community_input: CommunityInput!): CommonResult!
|
||||
update_community(community_input: CommunityInput!): CommonResult!
|
||||
delete_community(slug: String!): CommonResult!
|
||||
|
||||
# collection
|
||||
create_collection(collection_input: CollectionInput!): CommonResult!
|
||||
update_collection(collection_input: CollectionInput!): CommonResult!
|
||||
delete_collection(slug: String!): CommonResult!
|
||||
}
|
||||
|
Reference in New Issue
Block a user