You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type Mutation {
createAd(createAdInput: CreateAdInput!): ID
# equivalent of an add-an-ad from ads-manager project (https://github.com/reezogit/ads_manager)
# createAdByUrl(input: CreateAdByUrlInput!): ID
}
This discussion was converted from issue #1351 on February 04, 2022 12:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What happened?
Hi !
I may have run into two possible issues regarding validation:
[String!]!
What did you expect?
something like this:
Minimal graphql.schema and models to reproduce
shema.Mutation:
schema.Input:
Request:
Variables:
versions
gqlgen version
? v0.13.0go version
? v1.15.xBeta Was this translation helpful? Give feedback.
All reactions