Bulk-commit
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 1m25s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 1m25s
This commit is contained in:
@ -4,6 +4,7 @@ export const schema = gql`
|
||||
subject: String!
|
||||
currentClass: String!
|
||||
cost: Float!
|
||||
userId: Int!
|
||||
user: User!
|
||||
}
|
||||
|
||||
@ -16,12 +17,14 @@ export const schema = gql`
|
||||
subject: String!
|
||||
currentClass: String!
|
||||
cost: Float!
|
||||
userId: Int!
|
||||
}
|
||||
|
||||
input UpdateNachhilfeangebotInput {
|
||||
subject: String
|
||||
currentClass: String
|
||||
cost: Float
|
||||
userId: Int
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
|
||||
Reference in New Issue
Block a user