Skip to content

Commit 6c9da87

Browse files
authored
Merge pull request #84 from graphql-java/58-update-deprecated-defaultValue
Update deprecated method to defaultValueProgrammatic and delete v16 docs
2 parents 523feb1 + ee7463c commit 6c9da87

21 files changed

Lines changed: 4 additions & 3533 deletions

documentation/sdl-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public static class DateFormatting implements SchemaDirectiveWiring {
219219
.newArgument()
220220
.name("format")
221221
.type(Scalars.GraphQLString)
222-
.defaultValue("dd-MM-YYYY")
222+
.defaultValueProgrammatic("dd-MM-YYYY")
223223
)
224224
);
225225
}

versioned_docs/version-v16/batching.md

Lines changed: 0 additions & 379 deletions
This file was deleted.

0 commit comments

Comments
 (0)