mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
74513e351f
### Description This small PR improves the representation of an endpoint method from `Text` to an enum of the supported methods. Additionally, it cleans some of the instances defined on surrounding types (such as Postgres-specific instances on Endpoint types). Due to a name conflict, this makes `RQL.Types.Endpoint` impossible to re-export from `RQL.Types`, which in turn forces several other modules to import it explicitly, which I think is fine since we want to ultimately get rid of `RQL.Types`. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3965 GitOrigin-RevId: 33869007d0d818ddf486fb61d1f6099f9dad7570 |
||
---|---|---|
.. | ||
openapi_empty.yaml | ||
openapi_endpoint_with_aliases.yaml | ||
openapi_endpoint_with_multiple_methods.yaml | ||
openapi_get_endpoint_test_complex_arg.yaml | ||
openapi_get_endpoint_test_complex_args.yaml | ||
openapi_get_endpoint_test_duplicate_field_name.yaml | ||
openapi_get_endpoint_test_simple.yaml | ||
openapi_inconsistent_schema.yaml | ||
openapi_multiple_endpoints_same_path.yaml | ||
openapi_multiple_endpoints_test.yaml | ||
openapi_multiple_endpoints_with_path_segments.yaml | ||
openapi_post_endpoint_test_recursive_arg.yaml | ||
openapi_post_endpoint_test_with_args_url.yaml | ||
openapi_post_endpoint_test_with_args.yaml | ||
openapi_post_endpoint_test_with_default_arg.yaml | ||
setup.yaml | ||
teardown.yaml |