Skip to content

Adding @ExposedField annotation #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 29, 2018

Conversation

moufmouf
Copy link
Member

The @ExposedField can be used to quickly expose a field in the underlying object:

/**
 * @Type(class=Post::class)
 * @ExposedField(name="name")
 */
class PostType extends AbstractAnnotatedObjectType
{
}

@coveralls
Copy link

coveralls commented Aug 29, 2018

Coverage Status

Coverage increased (+2.5%) to 73.123% when pulling fb7152f on moufmouf:exposedfield into b20fc0e on thecodingmachine:master.

@moufmouf moufmouf merged commit 792db9a into thecodingmachine:master Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants