Skip to content

Commit c1ab5fc

Browse files
committed
update ref to JSON::Validator schema
1 parent d744d32 commit c1ab5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GraphQL::Plugin::Convert::OpenAPI - convert OpenAPI schema to GraphQL schema
2121
# DESCRIPTION
2222

2323
This module implements the [GraphQL::Plugin::Convert](https://metacpan.org/pod/GraphQL%3A%3APlugin%3A%3AConvert) API to convert
24-
a [JSON::Validator::OpenAPI::Mojolicious](https://metacpan.org/pod/JSON%3A%3AValidator%3A%3AOpenAPI%3A%3AMojolicious) specification to [GraphQL::Schema](https://metacpan.org/pod/GraphQL%3A%3ASchema) etc.
24+
a [JSON::Validator](https://metacpan.org/pod/JSON%3A%3AValidator) specification to [GraphQL::Schema](https://metacpan.org/pod/GraphQL%3A%3ASchema) etc.
2525

2626
It uses, from the given API spec:
2727

lib/GraphQL/Plugin/Convert/OpenAPI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ GraphQL::Plugin::Convert::OpenAPI - convert OpenAPI schema to GraphQL schema
576576
=head1 DESCRIPTION
577577
578578
This module implements the L<GraphQL::Plugin::Convert> API to convert
579-
a L<JSON::Validator::OpenAPI::Mojolicious> specification to L<GraphQL::Schema> etc.
579+
a L<JSON::Validator> specification to L<GraphQL::Schema> etc.
580580
581581
It uses, from the given API spec:
582582

0 commit comments

Comments
 (0)