Make "name" and "created" non-null in the type Agreement
In the input type AgreementCreateParams, they are already non-null, so this only makes sense.
In a discussion with Lynn, she suggested that the name
field might not be needed at all (that is, nullable). Let's discuss that here.