Код: Выделить всё
mutation SigninQuery($email: String! , $password: String!) {
signin(email: $email, password: $password) {
result {
token
firstName
lastName
profileImage
}
}
}
Проект
- ->appDelegate
- ->info.plist
- ->schema.json
-->Graphql[Папка] - ->API.swift
- ->ApiFile.graphql
импорт Аполлон
. Кто-нибудь может помочь мне найти решение
Подробнее здесь: https://stackoverflow.com/questions/532 ... raphql-ios
Мобильная версия