Skip to content

Commit 925b6ad

Browse files
committed
Fix mutation
1 parent 928738c commit 925b6ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/components/tickets-page/review/create-order.graphql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ mutation CreateOrder($conference: String!, $input: CreateOrderInput!) {
55
nonFieldErrors
66
invoiceInformation {
77
company
8-
name
8+
firstName
9+
lastName
910
street
1011
zipcode
1112
city

0 commit comments

Comments
 (0)