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:
@@ -120,6 +120,14 @@ input CommunityInput {
|
||||
pic: String
|
||||
}
|
||||
|
||||
input CollectionInput {
|
||||
id: Int
|
||||
slug: String!
|
||||
title: String!
|
||||
desc: String
|
||||
pic: String
|
||||
}
|
||||
|
||||
# Auth inputs
|
||||
input LoginCredentials {
|
||||
email: String!
|
||||
|
Reference in New Issue
Block a user