Skip to content

Commit

Permalink
maxLength og NonIdentifying for tittel på nySak
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelegu committed Nov 22, 2024
1 parent 8f76dee commit d39501f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/produsent.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ type Mutation {
mottakere: [MottakerInput!]! @Validate

"""En tittel på saken, som vises til brukeren."""
tittel: String!
tittel: String! @Validate @MaxLength(max: 140) @NonIdentifying

"""
Dette feltet er frivillig.
Expand Down

0 comments on commit d39501f

Please sign in to comment.